CC-Tweaked/src
Jonathan Coates d71bf225cc
Add very simple markdown support to the help viewer (#819)
- Allow help files to use the ".md" suffix, and move changelog/whatsnew
   to use them.

 - When files end with ".md", the "help" program attempts to highlight
   them. This involves:
   - Colour code blocks with a lightGrey background.
   - Replace lists to use bullet points instead of "-"/"*".
   - Colours headings yellow.
   The implementation of this is a bit janky because a) I wrote this and
   b) we need to run this step before text wrapping, but preserve
   colours and section positions over wrapping (thanks to Jack for
   getting this working).

 - Add section navigation to the help viewer, with left/right to move to
   the next/previous section.

Closes #569
2021-06-12 19:48:41 +01:00
..
generated/resources Fix impostor recipes for disks 2021-01-09 18:30:07 +00:00
main Add very simple markdown support to the help viewer (#819) 2021-06-12 19:48:41 +01:00
test Add very simple markdown support to the help viewer (#819) 2021-06-12 19:48:41 +01:00
web Swap CSS over to use illuaminate's variables 2021-05-28 21:18:38 +01:00