Skip to content

Commit

Permalink
Clarify md heading with marks under header
Browse files Browse the repository at this point in the history
Fixes: #142
  • Loading branch information
psychemedia committed Feb 1, 2021
1 parent 9bee92f commit 5dc47bb
Showing 1 changed file with 8 additions and 4 deletions.
Expand Up @@ -98,7 +98,7 @@
"\n",
"I have also noted that my Microsoft Outlook and Slack clients emphasise text if I wrap it in `*` marks. The Slack client also styles text wrapped using backticks (`` ` ``) in a monospace, code style font.\n",
"\n",
"As well as generating headings by prefixing a line with one or more `#` signs, markdown also supports level 1 heading generation by placing one or more `=` characters on the line underneath the heading text and level 2 headings by using one or more `-` characters. Underling a heading with one or two lines is a common technique when creating handwritten or simple text documents."
"As well as generating headings by prefixing a line with one or more `#` signs, markdown also supports level 1 heading generation by placing one or more `=` characters on the line underneath the heading text and level 2 headings by using two or more `-` characters. Underling a heading with one or two lines is a common technique when creating handwritten or simple text documents."
]
},
{
Expand All @@ -107,12 +107,16 @@
"hidden": true
},
"source": [
"heading\n",
"Level 1 heading\n",
"=\n",
"\n",
"## heading\n",
"## Level 2 heading\n",
"\n",
"heading\n",
"\n",
"Level 2 heading\n",
"--\n",
"\n",
"Level 1 heading\n",
"==="
]
},
Expand Down

0 comments on commit 5dc47bb

Please sign in to comment.