-
Notifications
You must be signed in to change notification settings - Fork 0
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
Trailing spaces or tabs are included in the code block’s content #42
Comments
The corresponding unit test is % ---RESULT--- "example": 118,
%
% <pre><code>foo
% </code></pre>
%
% ---\RESULT---
<<<
foo
>>>
documentBegin
inputVerbatim: ./_markdown_test/e8d2133b16be538460e59776bb34676a.verbatim
documentEnd Here is the result of running
This issue seems related to the Here is a fenced code without the closing fence:
```
foo In theory, this should no longer be necessary, because we normalize the input before conversion (1, 2). In practice, we are just adding @lostenderman, can you please assign this issue to me? I will fix the normalization and move it directly to the |
Closing with pull #121. |
See https://spec.commonmark.org/0.30/#example-118
The text was updated successfully, but these errors were encountered: