rgb-cln/tools
niftynei f1e9eae1ec
mrkd: use local updated copy of mrkd.py (which uses newer mistune)
Mistune updated from 0.8.4 to 2+ a while ago, however the pypi version
of mrkd was never updated to the newer API. This started breaking
recently.

In this commit we bring the quite simple mrkd file in-house, and update
it to work with the newer mistune API.

Diff between previously generated manpages and current can be found
here:

https://gist.github.com/niftynei/e2c0e4c83b899911def8a57b30f68928

Note that all the emails have been changed from

	fI< to the 'correct' <fI

(This puts the underline for the link inside the starting bracket,
not outside it)
2022-08-28 18:38:35 -05:00
..
gen tools/gen: Always return bool! 2022-07-14 12:24:48 -05:00
test tools/generate_wire.py: make functions allocate the TLV. 2022-03-25 13:55:44 +10:30
.gitignore reorganize .gitignore entries across subdirs. 2021-05-18 09:43:50 +09:30
Makefile Makefile: use a library archive for CCAN 2022-07-17 08:51:02 +09:30
bench-gossipd.sh gossipd: remove unnecessary dev_unknown_channel_satoshis arg. 2019-05-22 11:28:44 +00:00
build-release.sh v0.11.0.1: final fixes for release build 2022-04-25 20:49:44 +09:30
check-bolt.c check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
check-includes.sh tools/check-includes.sh: make shellcheck happy. 2021-12-06 10:05:39 +10:30
check-manpage.sh tools: add a tool to formatting schema, and fixed (hack) the Makefile code checking. 2021-11-28 10:55:48 +10:30
check-markdown.sh tools: use /usr/bin/env bash instead of /bin/bash 2018-07-24 00:25:43 +00:00
check-setup_locale.sh setup: add setup to make checks 2020-05-19 13:35:42 +09:30
check-spelling.sh pytest: Add a new RPC interface to talk to grpc 2022-07-21 14:19:06 +09:30
docker-entrypoint.sh docker: Update name from c-lightning to Core-Lightning 2022-05-14 11:43:46 +09:30
fromschema.py json-schema: allow 'required' to not be present in if switches 2022-07-28 12:08:18 +09:30
generate-wire.py common: Add scb_wire for serializing the static_chan_backup 2022-07-14 12:24:48 -05:00
headerversions.c db: Ensure sqlite3 library minimum version and major version match 2021-10-12 09:15:48 +10:30
hsmtool.c hsmtool: implement checkhsm. 2022-07-22 16:57:27 +02:00
mockup.sh update-mocks: handle missing deprecated_apis. 2022-07-09 09:59:52 +09:30
mrkd.py mrkd: use local updated copy of mrkd.py (which uses newer mistune) 2022-08-28 18:38:35 -05:00
refresh-submodules.sh make: have `git submodule update` be recursive 2020-12-11 13:20:54 +01:00
rel.sh tools: use /usr/bin/env bash instead of /bin/bash 2018-07-24 00:25:43 +00:00
repro-build.sh repro: Update ubuntu jammy reprobuild 2022-07-21 15:21:12 -05:00
update-mocks.sh update-mocks: prefer to find function defs from local includes. 2021-05-22 17:53:04 +09:30