From 9d0fe3ea88d0676a1ea1225fed000813109dfb1a Mon Sep 17 00:00:00 2001 From: Hasan al Rasyid Date: Mon, 14 Mar 2022 10:57:32 +0900 Subject: [PATCH] auto --- manuscript.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manuscript.md b/manuscript.md index e486740..46e9b58 100644 --- a/manuscript.md +++ b/manuscript.md @@ -81,9 +81,9 @@ Markdown is a very simplified text markup language. This section would shows several common syntax of Markdown. More detailed syntax can be accessed in the Markdown cheatsheet. -## Headings \verb{\#} +## 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 \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{#}. ## 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). ## Italic