File tree Expand file tree Collapse file tree 4 files changed +24
-0
lines changed
tests/src/unit/core/formatConversion/export/__snapshots__/blocknoteHTML/codeBlock Expand file tree Collapse file tree 4 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 66 data-content-type ="codeBlock "
77 data-language ="javascript "
88 >
9+ < div >
10+ < select >
11+ < option value ="javascript "> JavaScript</ option >
12+ < option value ="python "> Python</ option >
13+ </ select >
14+ </ div >
915 < pre >
1016 < code class ="bn-inline-content "> const hello ='world';console.log(hello);</ code >
1117 </ pre >
Original file line number Diff line number Diff line change 22 < div class ="bn-block-outer " data-node-type ="blockOuter " data-id ="1 ">
33 < div class ="bn-block " data-node-type ="blockContainer " data-id ="1 ">
44 < div class ="bn-block-content " data-content-type ="codeBlock ">
5+ < div >
6+ < select >
7+ < option value ="javascript "> JavaScript</ option >
8+ < option value ="python "> Python</ option >
9+ </ select >
10+ </ div >
511 < pre >
612 < code class ="bn-inline-content "> console.log('Hello, world!');</ code >
713 </ pre >
Original file line number Diff line number Diff line change 22 < div class ="bn-block-outer " data-node-type ="blockOuter " data-id ="1 ">
33 < div class ="bn-block " data-node-type ="blockContainer " data-id ="1 ">
44 < div class ="bn-block-content " data-content-type ="codeBlock ">
5+ < div >
6+ < select >
7+ < option value ="javascript "> JavaScript</ option >
8+ < option value ="python "> Python</ option >
9+ </ select >
10+ </ div >
511 < pre >
612 < code class ="bn-inline-content "> </ code >
713 </ pre >
Original file line number Diff line number Diff line change 66 data-content-type ="codeBlock "
77 data-language ="python "
88 >
9+ < div >
10+ < select >
11+ < option value ="javascript "> JavaScript</ option >
12+ < option value ="python "> Python</ option >
13+ </ select >
14+ </ div >
915 < pre >
1016 < code class ="bn-inline-content "> print('Hello, world!')</ code >
1117 </ pre >
You can’t perform that action at this time.
0 commit comments