From 982958ce2b61d45721d0918eddaa50b721b4d479 Mon Sep 17 00:00:00 2001 From: Sol Fisher Romanoff Date: Mon, 1 Aug 2022 12:40:07 +0300 Subject: [PATCH] Mention dingus in README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 9381a64..898256e 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,18 @@ marked.parse('$[x2 beeg text]') //

beeg text

``` +there is also an interactive CLI: + +```html +$ npm run dingus +marked-mfm interactive parser +version 0.0.0 +> $[x2 beeg text] +

beeg text

+``` + +you should use it to figure out whether a bug is with marked-mfm or with the frontend it's used on. + ## contributing development discussion takes place on [`#mfm`](https://irc.akkoma.dev/#mfm). contribute by sending pull requests, or patches to my [public inbox](mailto:~sfr/public-inbox@lists.sr.ht).