File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,13 @@ exports[`App component > render markdown slides 1`] = `
77 <div id = " slideContainer" class = " slides no-transition" style = " width: 960px; height: 700px; left: 50%; top: 50%; bottom: auto; right: auto; transform: translate(-50%, -50%) scale(0.2);" >
88 <section data-markdown = " " data-markdown-parsed = " true" style = " top: 350px; display: block;" class = " present" >
99 <h3 id = " slide-1" >Slide 1</h3 >
10- <p >Lorem <strong >Bold</strong > <em >Italic</em > <del >strike through</del ></p >
11- <blockquote >
12- <p >Quote statement</p >
13- </blockquote >
10+ <p >Lorem <strong >Bold</strong > <em >Italic</em > <del >strike through</del >
11+ <div class = " alert" >
12+ <blockquote >
13+ <p >Quote statement</p >
14+ </blockquote >
15+ </div >
16+ </p >
1417 <ul >
1518 <li ><input disabled = " " type = " checkbox" > check box</li >
1619 </ul >
You can’t perform that action at this time.
0 commit comments