diff --git a/docs/examples/markdown_demo/index.html b/docs/examples/markdown_demo/index.html index fd9504d..adb8432 100644 --- a/docs/examples/markdown_demo/index.html +++ b/docs/examples/markdown_demo/index.html @@ -216,7 +216,7 @@

Code and Syntax Highlighting
var s = "JavaScript syntax highlighting";
diff --git a/docs/examples/styles/default/index.html b/docs/examples/styles/default/index.html
index 5d3de8a..076f727 100644
--- a/docs/examples/styles/default/index.html
+++ b/docs/examples/styles/default/index.html
@@ -19,7 +19,7 @@ 

default.css

This is an example page to demonstrate the different styles.

-

Here is a code box: +

Here is a code box:

import math
 
 def test(n):
@@ -29,7 +29,7 @@ 

default.css

return math.sqrt(n) except ValueError: print("Does not compute!") -

+