Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closing fence cannot be followed by tabs #258

Closed
r-laf opened this issue Jun 3, 2022 · 1 comment
Closed

Closing fence cannot be followed by tabs #258

r-laf opened this issue Jun 3, 2022 · 1 comment

Comments

@r-laf
Copy link

r-laf commented Jun 3, 2022

Hi,

just tested in https://spec.commonmark.org/dingus/ with the following input:

```
abc
```````````	

Notice there is a tab following the closing sequence.

The rendered HTML is :

<pre><code>abc
```````````	
</code></pre>

According to https://spec.commonmark.org/0.30/#fenced-code-blocks, the tab should not affect the closing sequence, so I figure this is a bug?

@jgm
Copy link
Member

jgm commented Jun 3, 2022

Yes, thanks for reporting.

@jgm jgm closed this as completed in 4874cb4 Jun 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants