Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit a7988ea

Browse files
committed
fix(mdx-loader): update snapshot
1 parent fa63b01 commit a7988ea

File tree

2 files changed

+11
-18
lines changed

2 files changed

+11
-18
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050

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

5455
[![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)
5556

packages/mdx-loader/__tests__/__snapshots__/index.js.snap

+10-18
Original file line numberDiff line numberDiff line change
@@ -917,16 +917,12 @@ export const slides = [props => <>
917917
</>, props => <>
918918

919919
<div className=\\"mermaid\\" id=\\"mermaid-1\\" data-value=\\"graph TD;
920-
A-->B;
921-
A-->C;
922-
B-->D;
923-
C-->D;\\" style={{
920+
A--&gt;B;
921+
A--&gt;C;
922+
B--&gt;D;
923+
C--&gt;D;\\" style={{
924924
visibility: 'hidden'
925-
}}>graph TD;
926-
A-->B;
927-
A-->C;
928-
B-->D;
929-
C-->D;</div>
925+
}} />
930926

931927
</>];
932928
export const backgrounds = [0, 0];
@@ -973,16 +969,12 @@ export const slides = [props => <>
973969
</>, props => <>
974970

975971
<div className=\\"mermaid\\" id=\\"mermaid-1\\" data-value=\\"graph TD;
976-
A-->B;
977-
A-->C;
978-
B-->D;
979-
C-->D;\\" style={{
972+
A--&gt;B;
973+
A--&gt;C;
974+
B--&gt;D;
975+
C--&gt;D;\\" style={{
980976
visibility: 'hidden'
981-
}}>graph TD;
982-
A-->B;
983-
A-->C;
984-
B-->D;
985-
C-->D;</div>
977+
}} />
986978

987979
</>];
988980
export const backgrounds = [0, 0];

0 commit comments

Comments
 (0)