Correct README to use _mfm_ class
This commit is contained in:
parent
95b9912755
commit
063aa32159
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue