-
Notifications
You must be signed in to change notification settings - Fork 639
Open
Description
The editor does not correctly display the results for example 51: https://github.github.com/gfm/#example-51
In the example, the resulting display should be an H1. Instead, it is plain text.
# GitHub Markdown Exercise
Example 51: https://github.github.com/gfm/#example-51 does not work properly because the text should be an H1.
Foo *bar
baz*
====
It should look like this below in the display:
# Foo *bar baz*
Let's try using a dash instead of the equal sign.
Foo *bar
baz*
----
The above result is wrong too. It is not an H2.
It should look like the following:
## Foo *bar baz*
Interestingly, example 50 works: https://github.github.com/gfm/#example-50
Foo *bar*
=========
Foo *bar*
---------
Metadata
Metadata
Assignees
Labels
No labels