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

Processing of Markdown inside <summary> tag: difference between github.com and GitHub Pages #32

Open
vadimkantorov opened this issue Dec 15, 2023 · 0 comments

Comments

@vadimkantorov
Copy link

vadimkantorov commented Dec 15, 2023

If so, it appears that rendering on GitHub.com has display:inline-block for <summary> tags and looks like this:
image

And on GitHub Pages + Jekyll with markdown: GFM processor it turns out as
image

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 :)

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