1
0
Fork 0
mirror of https://github.com/NixOS/nix-pills synced 2024-09-19 04:00:13 -04:00
Commit graph

7 commits

Author SHA1 Message Date
Noam Yorav-Raphael b4eeb0cdfc Format markdown with Prettier 2024-04-09 01:46:32 +02:00
Noam Yorav-Raphael d7c8d34649 Replace \... with ... 2024-04-09 01:46:32 +02:00
Noam Yorav-Raphael 6f1bbb0d6c Replace \" with ". 2024-04-09 01:46:32 +02:00
Noam Yorav-Raphael cd05ea088e Replace \' with '. 2024-04-09 01:46:32 +02:00
Noam Yorav-Raphael 38c9f8c47c Fix code sections with highlighting, which pandoc missed 2024-04-09 01:46:32 +02:00
Noam Yorav-Raphael f0099a3e28 Support "note" sections, fix inter-links 2024-04-09 01:46:32 +02:00
Noam Yorav-Raphael 21ecfd5217 Automatic conversion using pandoc
I just run `pandoc {fn} -f docbook -t markdown --wrap=none -s -o {fn.with_suffix(".md")}` over all .xml files in pills/, and on /book.xml

I manually created SUMMARY.md based on the list in book.xml.
2024-04-09 01:46:32 +02:00