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

Paragraph rendered as a table #333

Closed
andrewrovego opened this issue Oct 30, 2022 · 0 comments
Closed

Paragraph rendered as a table #333

andrewrovego opened this issue Oct 30, 2022 · 0 comments

Comments

@andrewrovego
Copy link

  1. What version of goldmark are you using? : 1.5.2
  2. What version of Go are you using? : 1.18.2
  3. What operating system and processor architecture are you using? : OSX 12.6, x64
  4. What did you do? : render an example from here: https://spec.commonmark.org/0.30/#example-87 with GFM extension enabled
Foo
    ---
  1. What did you expect to see? :
<p>Foo
---</p>
  1. What did you see instead? :
<table>
<thead>
<tr>
<th>Foo</th>
</tr>
</thead>
</table>
  1. Did you confirm your output is different from CommonMark online demo or other official renderer correspond with an extension?: yes
@yuin yuin closed this as completed in a87c577 Nov 12, 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

1 participant