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

Floating images via [role=left] does not work in the github rendered version of asciidoc. See for example: https://github.com/kovidgoyal/kitty/blob/c8fc0394e3cca8f659d8833aab8bb25762865be9/README.asciidoc That document when redered using asciidoctor has a floating image, as expected,...

example ```sh .. tabs:: .. tab:: Cats Cats are beautiful lovely animals. .. tab:: Dogs Dogs are so energetic. ``` It will not render properly using an `rst` file, but...

A unified "Send" form which allows users to execute same-chain tx or cross-chain tx is an interesting idea to explore for a future wallet redesign. But there's no way to...

Currently, TOC rendering is just a plain text line with a list of links. In a quick glance, it looks _really_ just like a list of links, thrown there, not...

asciidoc

When interact with Chinese punctuation, it just cannot render porperly. example: ``` 123~~(abc)~~,~~(def)~~。 ``` 123~~(abc)~~,~~(def)~~。 which should be rendered in this way(test on typora) Also, GitHub can render it correctly...

markdown

Table width doesn't seem to be honoured for asciidoc - the following does not give a full width table in HTML in a github.com repo file [width=100%] |=== |HTTP Code|Description|Schema...

asciidoc

I hope this is the right place to ask this question. A user of a treesitter grammar I wrote encountered this example ```markdown 1. a 1. b 1. c 2....

markdown

I have a library which supports two programming languages (say Java and Scala). Is there any way to organize this in tabbed view with markup? Like here:

It would be great to have a way to include code files into README.rst. By separating the code to another file, we can do static type checking etc. on our...

Many projects offer help via XMPP rooms or use XMPP for community building and have users mingle, but GitHub markdown does not seem to support XMPP URI format making it...