File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
tests/testsuite/markdown/basic_markdown Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -62,4 +62,8 @@ <h2 id="style"><a class="header" href="#style">Style</a></h2>
6262</ style >
6363< style media ="(width < 500px) ">
6464.bar { background-color : green }
65- </ style >
65+ </ style >
66+ < h2 id ="manual-headers "> < a class ="header " href ="#manual-headers "> Manual headers</ a > </ h2 >
67+ < h2 id ="my header "> < a class ="header " href ="#my header "> < a href ="#foo "> My Header</ a > </ a > </ h2 >
68+
69+ < h3 id ="another-header "> < a class ="header " href ="#another-header "> Another header</ a > </ h3 >
Original file line number Diff line number Diff line change @@ -92,3 +92,9 @@ const x = 'some *text* inside';
9292<style media=" (width < 500px )" >
9393.bar { background-color: green }
9494</style>
95+
96+ ## Manual headers
97+
98+ <h2 id=" my header" ><a href=" #foo" >My Header</a></h2>
99+
100+ <h3>Another header</h3>
You can’t perform that action at this time.
0 commit comments