Previously, these lines were using '>' which is the Markdown syntax for a "blockquote", but within this, the '#' in "#include" was still interpreted as a header, (which was not desired), and throwing away the rest of the line. It seems that a "codeblock" is what is wanted here instead, (which should result in un-interpreted text wrapped in <pre>). Markdown expects 4-space indent for this. See: https://help.github.com/articles/github-flavored-markdownmacos/v1.5.9
parent
bfd687da89
commit
eb5f6ac74e
Loading…
Reference in new issue