Commit a348526
committed
Fix issue with code examples not working after any demos
This works around an issue where a demo embedded within the page would cause any code samples in the rest of the page to not be highlighted correctly. Prism would try to format the demo HTML as CLI code and throw an error in the process.1 parent 47518f3 commit a348526
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
11 | | - | |
| 15 | + | |
12 | 16 | | |
13 | 17 | | |
14 | | - | |
| 18 | + | |
15 | 19 | | |
16 | 20 | | |
0 commit comments