mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-14 02:06:29 +00:00
Fix snapshot
This commit is contained in:
@@ -4,6 +4,20 @@ The actual snapshot is saved in `markdown-test.js.snap`.
|
|||||||
|
|
||||||
Generated by [AVA](https://ava.li).
|
Generated by [AVA](https://ava.li).
|
||||||
|
|
||||||
|
## Markdown.render() should render line breaks correctly
|
||||||
|
|
||||||
|
> Snapshot 1
|
||||||
|
|
||||||
|
`<p data-line="0">This is the first line.<br />␊
|
||||||
|
This is the second line.</p>␊
|
||||||
|
`
|
||||||
|
|
||||||
|
> Snapshot 2
|
||||||
|
|
||||||
|
`<p data-line="0">This is the first line.␊
|
||||||
|
This is the second line.</p>␊
|
||||||
|
`
|
||||||
|
|
||||||
## Markdown.render() should renders KaTeX correctly
|
## Markdown.render() should renders KaTeX correctly
|
||||||
|
|
||||||
> Snapshot 1
|
> Snapshot 1
|
||||||
@@ -73,18 +87,4 @@ Generated by [AVA](https://ava.li).
|
|||||||
> Snapshot 2
|
> Snapshot 2
|
||||||
|
|
||||||
`<p data-line="0">This is a "QUOTE".</p>␊
|
`<p data-line="0">This is a "QUOTE".</p>␊
|
||||||
|
|
||||||
|
|
||||||
## Markdown.render() should render line breaks correctly
|
|
||||||
|
|
||||||
> Snapshot 1
|
|
||||||
|
|
||||||
`<p data-line="0">This is the first line.<br />␊
|
|
||||||
This is the second line.</p>␊
|
|
||||||
`
|
`
|
||||||
|
|
||||||
> Snapshot 2
|
|
||||||
|
|
||||||
`<p data-line="0">This is the first line.␊
|
|
||||||
This is the second line.</p>␊
|
|
||||||
`
|
|
||||||
Binary file not shown.
Reference in New Issue
Block a user