mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
e6aaf3a1c9
Changes subParser for headers to require a space or tab character before a header, so that ```md # Header ``` Is a valid header, whereas: ```md #Header ``` Is **not** rendered as a header.
12 lines
42 B
Markdown
12 lines
42 B
Markdown
# Given
|
|
|
|
# When
|
|
|
|
# Then
|
|
|
|
foo
|
|
===
|
|
|
|
bar
|
|
---
|