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 288 markup issues
Sort by recently updated
recently updated
newest added

> **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...

no-pr-activity

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...

no-issue-activity

# 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...

no-issue-activity

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...

no-issue-activity

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: ![Screenshot at 2021-02-15 08-47-31](https://user-images.githubusercontent.com/110322/107924205-7ed46f80-6f6a-11eb-9279-c76a6f62657a.png) 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...