mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-10 01:33:11 +01:00
We are still using Pandoc’s Markdown parser, which differs from CommonMark spec slightly. Notably: - Line breaks in lists behave differently. - Admonitions do not support the simpler syntax https://github.com/jgm/commonmark-hs/issues/75 - The auto_identifiers uses a different algorithm – I made the previous ones explicit. - Languages (classes) of code blocks cannot contain whitespace so we have to use “pycon” alias instead of Python “console” as GitHub’s linguist While at it, I also fixed the following issues: - ShellSesssion was used - Removed some pointless docbook tags. |
||
|---|---|---|
| .. | ||
| agda.section.md | ||
| android.section.md | ||
| beam.section.md | ||
| bower.section.md | ||
| coq.section.md | ||
| crystal.section.md | ||
| dhall.section.md | ||
| dotnet.section.md | ||
| emscripten.section.md | ||
| gnome.section.md | ||
| go.section.md | ||
| haskell.section.md | ||
| idris.section.md | ||
| index.xml | ||
| ios.section.md | ||
| java.section.md | ||
| lua.section.md | ||
| maven.section.md | ||
| node.section.md | ||
| ocaml.section.md | ||
| perl.section.md | ||
| php.section.md | ||
| python.section.md | ||
| qt.section.md | ||
| r.section.md | ||
| ruby.section.md | ||
| rust.section.md | ||
| texlive.section.md | ||
| titanium.section.md | ||
| vim.section.md | ||