You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please answer the following before submitting your issue:
What version of goldmark are you using? : v1.3.8
What version of Go are you using? : Go 1.17 devel branch
What operating system and processor architecture are you using? : macOS x86
What did you do? : Render the following input:
- List
```
A
B
C
```
The entire fenced code block is indented with four leading spaces at the start of each line.
The B line has a tab immediately before the B. That is, that line is "space space space space tab B newline".
Did you confirm your output is different from CommonMark online demo or other official renderer correspond with an extension? : No, but it would be truly astonishing if the official renderer did this too.
The text was updated successfully, but these errors were encountered:
Please answer the following before submitting your issue:
What version of goldmark are you using? : v1.3.8
What version of Go are you using? : Go 1.17 devel branch
What operating system and processor architecture are you using? : macOS x86
What did you do? : Render the following input:
The entire fenced code block is indented with four leading spaces at the start of each line.
The B line has a tab immediately before the B. That is, that line is "space space space space tab B newline".
What did you expect to see? : Rendered HTML.
What did you see instead? : A crash.
Did you confirm your output is different from CommonMark online demo or other official renderer correspond with an extension? : No, but it would be truly astonishing if the official renderer did this too.
The text was updated successfully, but these errors were encountered: