markup
markup copied to clipboard
Determines which markup library to use to render a content file (e.g. README) on GitHub
I have headers in my repo https://github.com/vscodeshift/material-ui-snippets like ```md ### `mui-app-bar-menu`: <AppBar> with menu icon ``` The slug GitHub generates for this is ``` #mui-app-bar-menu-appbar-with-menu-icon ``` But many libs like...
used bold headings and alignment to make it look good.
Given an example where a field in a table is very long: ``` | title | field | | | | |-------------------------------------------------+-------------| | Very long title this is a very...
## Motivation GitHub is the heart of my projects - open source and commercial. It's a source of information for millions of developers. Concequently, a small paper cut cuts many...
Hi 👋! There have been previous attempts [1][2] to add pod6 support. However, due security reasons [3], they are was rejected. This implementation in JavaScript and does not launch any...
I have added options for redcarpet markdown processor.
Not my org/repo, but I've noticed that [aws/aws-sdk-java/.../CHANGELOG.md](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md) stopped rendering correctly in early November 2020. In both Firefox and Chrome, I see the raw text as of apparently innocuous commit...
It shows properly when previewing but it's not showing properly when the page renders on the actual site. But everything behind the scenes shows a proper code block. site: https://kloaf11.github.io/Enhancement1.html...
this won't render as rst: ``` Heading1 ======== Heading2 -------- Heading3 ~~~~~~~~ Heading4 ======== Heading5 ~~~~~~~~ ``` this will: ``` Heading1 ======== Heading2 -------- Heading3 ~~~~~~~~ Heading4 ======== Heading4b ---------...
In a `.md` file I'm able to specify heading levels that are respected in they way they are displayed on GitHub, but my `.rst` files are not: the "highest" level...