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

When using single-backtick inline `code` elements, one is almost always writing the name of a variable or a command line invocation that should be treated as a single token and...

https://github.com/ThreatConnect-Inc/tcex/blob/master/docs/src/module_ti.rst `code-block` such as the one at line 261 are not rendered in the Github preview for this rst file. I _think_ this is a regression, unless there is something...

In my organization, we use markdown a lot for technical documentation on a gitlab server. It is a great way to write doc, way superior to MS word, openoffice etc....

[Referencing this issue](https://github.com/github/markup/issues/413) for some context But my issue is a bit different. At the top of my org document I have ``` :PROPERTIES: :header-args: :exports both :noweb no-export :END:...

Issue #369 has been closed with a decidedly dismissive message. After being opened 5 years ago, and no stated technical barrier beside “the gem doesn’t currently do that” this feature...

Currently, the only way that a YAML Front Matter data section is rendered is in a single-row table with 1 column per field. This does not scale when there are...

Since github officially supports jekyll as its static site generator for github pages, there should be a way to ensure [front matter](http://jekyllrb.com/docs/frontmatter/) can be excluded from rendering when being displayed...

Our build process passes attribute assignments at runtime (equivalent to the `asciidoctorj -a` option) when rendering `.adoc` files for publication elsewhere, for example to pass the project's release string. We...

Use python3 for running tests as python 2 is no longer supported