Peter Lammich
2018-08-28 15:09:51 UTC
Hi list,
I have the following:
text ‹
▪ Item1
▪ Item2
▪ Item3
▪ Item4
›
What is the proper way to "comment out" items 2 and 3?
I.e. I want to leave them in for documentary purposes, but not have them in the generated latex.
I naively tried the following two, which unfortunately do not work as expected. In particular, I would have the last one expected to work.
--
Peter
--------------
text ‹
▪ Item1
% ▪ Item2
% ▪ Item3
▪ Item4
›
*** Bad Markdown structure: illegal "item"⌂
text ‹
▪ Item1
⌦‹
▪ Item2
▪ Item3
›
▪ Item4
›
*** Error in formal comment: unclosed text cartouche⌂
I have the following:
text ‹
▪ Item1
▪ Item2
▪ Item3
▪ Item4
›
What is the proper way to "comment out" items 2 and 3?
I.e. I want to leave them in for documentary purposes, but not have them in the generated latex.
I naively tried the following two, which unfortunately do not work as expected. In particular, I would have the last one expected to work.
--
Peter
--------------
text ‹
▪ Item1
% ▪ Item2
% ▪ Item3
▪ Item4
›
*** Bad Markdown structure: illegal "item"⌂
text ‹
▪ Item1
⌦‹
▪ Item2
▪ Item3
›
▪ Item4
›
*** Error in formal comment: unclosed text cartouche⌂