From 95299f52c6a472d702a652c73fd8ec0d37456f82 Mon Sep 17 00:00:00 2001 From: Vitaly Puzrin Date: Fri, 10 Oct 2014 22:52:24 +0400 Subject: [PATCH] Demo rebuild --- demo/assets/index.css | 5 +++- demo/index.html | 66 +++++++++++++++++++----------------------- dist/remarkable.js | 28 ++++++++++++++---- dist/remarkable.min.js | 4 +-- 4 files changed, 58 insertions(+), 45 deletions(-) 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>
-
+
-
+
-
+
-
+
-
+
-
+
-
+
+
+ +
-