diff --git a/demo/assets/index.css b/demo/assets/index.css index d818eae..1aabf88 100644 --- a/demo/assets/index.css +++ b/demo/assets/index.css @@ -10,6 +10,9 @@ body { .demo-options { margin-bottom: 10px; } +.opt__strict .not-strict { + opacity: 0.5; +} .checkbox { margin-right: 10px; } @@ -23,7 +26,7 @@ body { overflow: auto; } .result img { - max-width: 100%; + max-width: 50%; } .result-src { display: none; diff --git a/demo/index.html b/demo/index.html index 05d1487..7711773 100644 --- a/demo/index.html +++ b/demo/index.html @@ -35,46 +35,62 @@ console.log(md.parse('# Remarkable rulezz!')); // => <h1>Remarkable rulezz!</h1>
-
+
-
+
-
+
-
+
-
+
-
+
-
+
+
+ +
-