Skip to content

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

Open
@vadimkantorov

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions