diff options
| author | Asko Nõmm <84135165+askonomm@users.noreply.github.com> | 2022-04-24 16:50:08 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-24 16:50:08 +0300 |
| commit | eafb50c2cdf7acab4d70ec81d5f30e5b8080c257 (patch) | |
| tree | aa7f6403ce50a2f6d033bea80a87b7afcceaceed /resources/test/core.md | |
| parent | dcb21ec0104cdec3ca9976374868c5837ad9d0b9 (diff) | |
| parent | a93aac82d2f19a1eaccfe3799d09e0438fa357eb (diff) | |
Merge pull request #19 from askonomm/18-atx-heading-block-corrector-should-check-for-code-block-presence
Do not correct ATX heading block when in code block
Diffstat (limited to 'resources/test/core.md')
| -rw-r--r-- | resources/test/core.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/resources/test/core.md b/resources/test/core.md index f65b20e..eefc4f7 100644 --- a/resources/test/core.md +++ b/resources/test/core.md @@ -79,6 +79,11 @@ This is ___bold italic text___ and ***this is also***. *What about italic text t 2. Continuing sub list item * Continuing list item +``` +code goes here. +# This is a heading. +``` + This is a H1 heading with settext ================================= @@ -90,4 +95,4 @@ Testing paragraph right before a code block code goes here ``` # Heading goes here -Paragraph right after heading
\ No newline at end of file +Paragraph right after heading |
