Skip to content

Commit

Permalink
fix(mdx-loader): update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroppy committed Feb 18, 2021
1 parent fa63b01 commit a7988ea
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 18 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@

- [Introducing Fusuma](https://hiroppy.github.io/fusuma/intro) [[repository](/samples/intro)]
- [Themes](https://hiroppy.github.io/fusuma/themes/) [[repository](/samples/themes)]
- [Math, Diagrams, and Flowcharts](https://hiroppy.github.io/fusuma/advanced/) [[repository](/samples/advanced)]

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/hiroppy/fusuma/blob/master/samples/intro/slides/0-title.md)

Expand Down
28 changes: 10 additions & 18 deletions packages/mdx-loader/__tests__/__snapshots__/index.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -917,16 +917,12 @@ export const slides = [props => <>
</>, props => <>

<div className=\\"mermaid\\" id=\\"mermaid-1\\" data-value=\\"graph TD;
A-->B;
A-->C;
B-->D;
C-->D;\\" style={{
A--&gt;B;
A--&gt;C;
B--&gt;D;
C--&gt;D;\\" style={{
visibility: 'hidden'
}}>graph TD;
A-->B;
A-->C;
B-->D;
C-->D;</div>
}} />

</>];
export const backgrounds = [0, 0];
Expand Down Expand Up @@ -973,16 +969,12 @@ export const slides = [props => <>
</>, props => <>

<div className=\\"mermaid\\" id=\\"mermaid-1\\" data-value=\\"graph TD;
A-->B;
A-->C;
B-->D;
C-->D;\\" style={{
A--&gt;B;
A--&gt;C;
B--&gt;D;
C--&gt;D;\\" style={{
visibility: 'hidden'
}}>graph TD;
A-->B;
A-->C;
B-->D;
C-->D;</div>
}} />

</>];
export const backgrounds = [0, 0];
Expand Down

0 comments on commit a7988ea

Please sign in to comment.