markup
markup copied to clipboard
Determines which markup library to use to render a content file (e.g. README) on GitHub
I find that `figure` and `figcaption` are apparently [allowlisted](https://github.com/gjtorikian/html-pipeline/blob/main/lib/html/pipeline/sanitization_filter.rb#L47), but the tags are removed in HTML output: ```html Hello! Caption ``` Hello! Caption
Could you please some support for colored text in markdown? _Originally posted by @Fabrizio-Caruso in https://github.com/github/markup/issues/1440#issuecomment-846410x307_
Hi, I am having issues with adjacent pairs of backticks, eg: \`head\`\`ache\` renders: `head``ache` I, however am trying to render: `headache` Is there a solution to this, I cant see...
in rest2html: https://github.com/github/markup/blob/46908504f5099b15a88030749f0aeb52cd2f6799/lib/github/commands/rest2html#L54 bumping the docutils writer to `html5_polyglot` would allow for [text-level tags](https://docutils.sourceforge.io/test/functional/input/html5-text-level-tags.txt) as so: ``` .. role:: alternative-voice :class: i, language-la Lemonade consists primarily of :alternative-voice:`Citrus limon`. ```...
Hi folks I just created a project whose README is not in markdown, but a notebook instead https://github.com/parmentelat/asynciojobs/blob/master/README.ipynb The thing is that when I point at the project’s entry point...
Would allow for easily adjusting an image without the need to open a graphic editing program. Not sure how it would be implemented since `style` isn't safe, but they could...
Unlike [the exported markdown version](https://github.com/kyeongsoo/indoor_localization/blob/master/README.md) (within Emacs), [the org version](https://github.com/kyeongsoo/indoor_localization/blob/master/README.org) is not rendered properly on github, where there are no links provided for footnote markers (e.g., "[fn:1]") in the main...
fixes #163
Hello world