markup icon indicating copy to clipboard operation
markup copied to clipboard

Determines which markup library to use to render a content file (e.g. README) on GitHub

Results 274 markup issues
Sort by recently updated
recently updated
newest added

Old issue #293 which was solved, is back since few days. As you can see the reference example which was working is not working anymore: https://github.com/opendevise/asciidoc-samples/blob/master/article.adoc The numbered links are...

no-issue-activity

i had uploaded some of my projects in which only one language i had used is showing rest are not showing

no-issue-activity

Org-mode has a concept of "description lists", marked down as such: ```org - First letter of the Roman alphabet: :: A. - Last day of the Gregorian calendar: :: December...

no-issue-activity

## Description In a repo's main page, blockquotes that use admonitions break relative links: ```markdown > [!NOTE] > [Link](./other-file.md) ``` Note that the links are **not** broken on the file...

This is similar to #578, but with two key differences: * The language that doesn't work is restructuredText, not markdown * The files have a `.txt` extension, rather than no...

This table renders just fine: ```markdown | `a` | |:---:| ``` > | `a` | > |:---:| When replacing `a` by `|`, it fails to render as a table: ```markdown...

no-issue-activity

Not sure if this has come to the attention of the developers yet. There are various bugs in the math represenation; I've collected those here: https://github.com/nschloe/github-math-bugs.

no-issue-activity

It seems that sometime in the last couple of months a limit was imposed on link destination addresses for markdown rendered on GitHub. This breaks the readme for one of...

Footnotes work really well![^1] ## and they work in headings as well[^2] unfortunately, the same markup as above in a markdown file looks like this: it would be great if...

no-issue-activity