Correct README to use _mfm_ class

This commit is contained in:
Sol Fisher Romanoff 2022-07-08 13:59:40 +03:00
parent 95b9912755
commit 063aa32159
Signed by: nbsp
GPG Key ID: 9D3F2B64F2341B62
1 changed files with 1 additions and 1 deletions

View File

@ -11,5 +11,5 @@ const markedMfm = require('marked-mfm')
marked.use(markedMfm)
marked.parse('$[x2 beeg text]')
// <p><span style="display: inline-block" class="x2">beeg text</span></p>
// <p><span style="display: inline-block" class="_mfm_x2_">beeg text</span></p>
```