Mention dingus in README
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Sol Fisher Romanoff 2022-08-01 12:40:07 +03:00
parent 2dcb6d82be
commit 982958ce2b
Signed by: nbsp
GPG Key ID: 9D3F2B64F2341B62
1 changed files with 12 additions and 0 deletions

View File

@ -15,6 +15,18 @@ marked.parse('$[x2 beeg text]')
// <p><span class="mfm _mfm_x2_" >beeg text</span></p>
```
there is also an interactive CLI:
```html
$ npm run dingus
marked-mfm interactive parser
version 0.0.0
> $[x2 beeg text]
<p><span class="mfm _mfm_x2_" >beeg text</span></p>
```
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).