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

Add a bit about building-- guessed at ruby version requirement.

Requesting an additional common format (that is modern and in some ways superior to the existing ones). Like https://github.com/github/markup/issues/1443, but for WebM

Requesting an additional common format (that is modern and in some ways superior to the existing ones). Like https://github.com/github/markup/issues/1443, but for WebP

This PR corrects misspellings identified by the [check-spelling action](https://github.com/marketplace/actions/check-spelling). The misspellings have been reported at https://github.com/jsoref/markup/commit/e2feaf47e4213f33b3d1690bfea1c03e5e3ea141#commitcomment-51803670 The action reports that the changes in this PR would make it happy: https://github.com/jsoref/markup/commit/fe209420b3b74b44199c6762a121636c322fcea0...

I have been using GitHub for a quite a long now and am impressed by its capability to render the markdown almost everywhere. I have been working on many Jupiter...

[Mermaid](https://github.com/mermaid-js/mermaid) allow the rendering of diagrams from markdown-like text snippets. Code-highlighting could be reused to render them when setting mermaid as the languaje.

There are some plugins like [MathJax Plugin for Github](https://chrome.google.com/webstore/detail/mathjax-plugin-for-github/ioemnmodlmafdkllaclgeombjnmnbima?hl=en) which if you install then in every repository anything between`$ $` will be rendered. But the problem is a different person...

HTTP source highlighting background color is opaque at some points. Example: ```http HTTP/1.1 200 OK Content-Type: application/json { "id": 123, "fname": "John", "lname": "Doe", "email": ["[email protected]", "[email protected]"] } ``` See...