CC-Tweaked/src/test/resources/test-rom/spec/apis
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
..
colors_spec.lua Use blit to draw boxes, add colors.toBlit (#570) 2020-11-01 19:28:18 +00:00
fs_spec.lua Add isReadOnly to fs.attributes (#639) 2021-01-07 16:36:25 +00:00
gps_spec.lua Fix spacing on all of the rom (#323) 2019-12-07 10:33:47 +00:00
help_spec.lua Add very simple markdown support to the help viewer (#819) 2021-06-12 19:48:41 +01:00
http_spec.lua Allow $private HTTP rule to block any private IP 2020-12-05 11:32:00 +00:00
io_spec.lua Copy across a bunch of 5.1/5.3 io tests 2020-05-11 18:05:40 +01:00
keys_spec.lua Add a function for type-checking arguments (#207) 2019-05-30 19:36:28 +01:00
os_spec.lua Various VM tests 2021-04-27 22:25:46 +01:00
paintutils_spec.lua Fixed sortCoords for draw functions (#749) 2021-04-02 15:30:28 +01:00
peripheral_spec.lua Run tests with coverage 2020-05-11 15:47:30 +01:00
rednet_spec.lua Fix type check on rednet.lookup 2019-06-01 09:23:18 +01:00
redstone_spec.lua Replace getMethodNames/callMethod with annotations (#447) 2020-05-15 13:21:16 +01:00
settings_spec.lua Fix settings loading failing for defined settings 2020-05-24 12:16:51 +01:00
term_spec.lua Removed term.getLine 2019-07-13 01:45:16 -05:00
textutils_spec.lua Add some options for textutils.serialize (#664) 2021-05-29 17:46:58 +01:00
window_spec.lua Add function to get window visibility 2020-10-31 09:54:38 +00:00