We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<summary>
If so, it appears that rendering on GitHub.com has display:inline-block for <summary> tags and looks like this:
display:inline-block
And on GitHub Pages + Jekyll with markdown: GFM processor it turns out as
markdown: GFM
Adding
markdown: CommonMarkGhPages commonmark: options: ["UNSAFE", "SMART", "FOOTNOTES"]
does not help
The code is:
<details> <summary> # Header </summary> Para*graph* </details>
How can I render this in GitHub Pages to be identical to github.com?
@anticomputer Or should this issue be transferred to https://github.com/github/cmark-gfm/issues , if it's more relevant there?
Thanks :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If so, it appears that rendering on GitHub.com has
display:inline-block
for<summary>
tags and looks like this:And on GitHub Pages + Jekyll with
markdown: GFM
processor it turns out asAdding
does not help
The code is:
How can I render this in GitHub Pages to be identical to github.com?
@anticomputer Or should this issue be transferred to https://github.com/github/cmark-gfm/issues , if it's more relevant there?
Thanks :)
The text was updated successfully, but these errors were encountered: