Skip to content
Snippets Groups Projects
Commit 238ac6b9 authored by marihachi's avatar marihachi
Browse files

update doc

parent 2a2a9613
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ console.log(JSON.stringify(nodes));
```ts
const nodes = mfm.parse('hello $[tada world]');
const output = mfm.toString(nodes);
console.log(output); // => "hello [tada world]"
console.log(output); // => "hello $[tada world]"
```
※元の文字列とtoString APIで出力される文字列の同一性は保障されません。
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment