markup
markup copied to clipboard
Determines which markup library to use to render a content file (e.g. README) on GitHub
Just like mov or mp4 are already supported, mkv should be supported. mkv is a default format produced by obs for example, and it is often useful to create few...
For example I have an markdown file that is named ``.rst.in`` which is in input to pandoc to make it generate an rst file. As such github should be able...
Confirmed regression of issue #106 **reStructuredText `code` and `code-block` directives**
Main readme has this example: ```ruby require 'github/markup' GitHub::Markup.render_s(GitHub::Markups::MARKUP_MARKDOWN, "* One\n* Two") ``` But the value that `GitHub::Markups::MARKUP_MARKDOWN` returns is `:markdown`, however in the renderer ([https://github.com/github/markup/blob/master/lib/github/markup/markdown.rb](https://github.com/github/markup/blob/master/lib/github/markup/markdown.rb)) there is no such...
A rendered source code block contains an extra newline with four spaces at the end of it. It applies to both blocks created by `#+BEGIN_SRC` and `:`. Example: https://github.com/grammarly/omniconf/blob/master/README.org#usage
``` [line-through]#Eventually we will have instructions on how to make it specific to perl6 filetypes and make it apply globally# ``` Should render: ~Eventually we will have instructions on how...
Opening a new issue in an attempt to shine some light on my last comment in #1158 and the behaviour observed rendering the `README.pod` [here](https://github.com/jhthorsen/applify). I have a mixture of...
There is a bug fix for handling of AsciiDoc files near the head of this repository. Would someone please release this so that I can reference a versioned copy of...
Manpages
## Minimal example reproducing the issue Next piece of code... ```rst |build-status| |coverage| |license| |wheel| .. |build-status| image:: https://secure.travis-ci.org/celery/django-celery-beat.svg?branch=master :alt: Build status :target: https://travis-ci.org/celery/django-celery-beat .. |coverage| image:: https://codecov.io/github/celery/django-celery-beat/coverage.svg?branch=master :target: https://codecov.io/github/celery/django-celery-beat?branch=master...