markup
markup copied to clipboard
Determines which markup library to use to render a content file (e.g. README) on GitHub
> **NOTE:** I'm looking for feedback on this PR! This is my first time using Ruby :) This PR aims to add support for [djot](https://github.com/jgm/djot) HTML rendering for READMEs and...
Grid tables can be used to: * easily merge cells / columns * define the width of columns by draw the table accordingly without the need of any additional attributes...
# Rationale Currently, GH allows to reference issues and PR with the syntax: - #123 - github/markup#123 but not a direct link to a comment in an issue. As some...
I created a badge in svg format using the badge-maker library in the npm registry for my nextjs application . When I try to paste the svg image into the...
In GitHub issues in preview, when I type: `~~A B C ~5 D E F~~` it doesn't work as expected to me. I expect:  but instead...
If I click and drag multiple lines in a PR to create a Review, then choose to create a suggestion in the Review, then the prefilled block of code gets...
#### Errata (Examples) 1. #### **Markdown Quotation Block** > ```txt > Evaluation Content > ``` ...(whose markup is undermentioned): ~~~MD > ```txt > Evaluation Content > ``` ~~~ 1. ####...
Example: Anchor links to this document are commonplace elsewhere on the Internet, and are used extensively within the document itself. However it appears that somewhere in the github rendering pipeline...
blockquote CSS in Markdown previews and renders has inconsistent margins. I think this may be a regression, but I don't have any screenshots of it having been working. ```css /*...
There might be an issue with how github markup is rendering svg's embed through `````` tag. CSP headers might be a factor, the svg does load but its static and...