Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

6
  • You should note that it won't work with advanced coding. See here for more information. Btw, you can force a line break in Markdown using <br>, and format your code using four white spaces before each line of code. "Regards,..." are not necessary. Commented Mar 27, 2019 at 12:37
  • @JouleV it should also be noted that a code block can be started and ended by using 3x ` signs. This is fairly new but won't require 4 spaces in front of each line. Commented Mar 27, 2019 at 13:29
  • @Superuser27 And what about <pre><code>some code</code></pre> ? ;-) Commented Mar 27, 2019 at 13:42
  • @Superuser27 Like LaTeX, there are many ways to do it ;) Commented Mar 27, 2019 at 14:50
  • I have yet to come across an issue with \iffalse ... \fi in my normal documents. Of course unmatched \if... \fi constructs are an issue but one should (hopefully) rarely encounter those in the wild. As far as those limitations go it is probably even better than \begin{comment}...\end{comment} in many situations. Commented Mar 27, 2019 at 16:46