8000 Closing fence cannot be followed by tabs · Issue #258 · commonmark/commonmark.js · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Closing fence cannot be followed by tabs #258

New issue

Have a question about this project? Sign up for a free G A471 itHub 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

Closed
rlaf99 opened this issue Jun 3, 2022 · 1 comment
Closed

Closing fence cannot be followed by tabs #258

rlaf99 opened this issue Jun 3, 2022 · 1 comment

Comments

@rlaf99
Copy link
rlaf99 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
0