master
Hasan al Rasyid 3 years ago
parent 9d0fe3ea88
commit 55b8e672b5
  1. 3
      manuscript.md

@ -40,6 +40,7 @@ acknowledgements:
include-headers: | include-headers: |
\newcommand\mC[1]{\multicolumn{1}{c}{#1}} \newcommand\mC[1]{\multicolumn{1}{c}{#1}}
\newcommand\latex{\LaTeX\xspace } \newcommand\latex{\LaTeX\xspace }
\newcommand\v[1]{\verb-#1-}
--- ---
@ -83,7 +84,7 @@ More detailed syntax can be accessed in the Markdown cheatsheet.
## Headings ## Headings
We use \verb<#> . on various levels, headings should be shown as a line that prefixed by \verb{#}. (Ex. \verb{# The First Level Heading}). Please include space after \verb{#}. We use \v{#} . on various levels, headings should be shown as a line that prefixed by \verb{#}. (Ex. \verb{# The First Level Heading}). Please include space after \verb{#}.
## Paragraph ## Paragraph
blank line stands as a paragraph separator. No indentation for the first line (it only required in multilined lists to show that the next line is part of the item if it is non-blank and indented). blank line stands as a paragraph separator. No indentation for the first line (it only required in multilined lists to show that the next line is part of the item if it is non-blank and indented).
## Italic ## Italic

Loading…
Cancel
Save