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
goldmark is fully compliant with the CommonMark. Before submitting issue, you must read CommonMark spec and confirm your output is different from CommonMark online demo.
Extensions(Autolink without <>, Table, etc) are not part of CommonMark spec. You should confirm your output is different from other official renderers correspond with an extension.
goldmark is not dedicated for Hugo. If you are Hugo user and your issue was raised by your experience in Hugo, you should consider create issue at Hugo repository at first .
Before you make a feature request, you should consider implement the new feature as an extension by yourself . To keep goldmark itself simple, most new features should be implemented as an extension.
Please answer the following before submitting your issue:
What version of goldmark are you using? : v1.1.32
What version of Go are you using? : 1.14.6
What operating system and processor architecture are you using? : Linux x86_64
<strong>xxx</strong>
| hello | hi |
| :----: | :----:|
Did you confirm your output is different from CommonMark online demo or other official renderer correspond with an extension?:
Yes differs from GFM
(Feature request only): Why you can not implement it as an extension?:
You should avoid saying like "I'm not familiar with this project" "I'm not a Go programmer" as far as possible. This is an open source project and a library for Go programmers. I encourage you to strive to read source codes.
I absolutely welcome questions that are difficult even if you read the source codes.
N/A
As Github, when table is include in paragraph, It show as paragraph and table.
Add a table check, then deal the lines before table as paragraph and the table will be table.
So far,It works as Github. But, I worry about it has something others.
<
>
, Table, etc) are not part of CommonMark spec. You should confirm your output is different from other official renderers correspond with an extension.Please answer the following before submitting your issue:
Yes differs from GFM
N/A
Dear @yuin,
Thank you so much for your work on Goldmark - it really is excellent.
A user on Gitea has noticed the above problem with the Table extension and reported it as go-gitea/gitea#12376.
As far as I can see, I don't think that this is a bug specific to Gitea's use of Goldmark. The following code appears to replicate the issue:
The text was updated successfully, but these errors were encountered: