feat: bump editors with concern alert

This commit is contained in:
Mo
2022-01-19 13:42:17 -06:00
parent da1d4f75c8
commit 62cb70728e
30 changed files with 155 additions and 7638 deletions

View File

@@ -229,12 +229,12 @@ h3 {
}
h1 {
margin: .5em 0 .25em;
margin: 0.5em 0 0.25em;
font-size: 225%;
}
h2 {
margin: 1em 0 .25em;
margin: 1em 0 0.25em;
font-size: 175%;
}
@@ -425,9 +425,9 @@ textarea {
.result-html .svg-preview {
overflow: visible;
-webkit-transition: opacity .4s ease-in-out;
-moz-transition: opacity .4s ease-in-out;
transition: opacity .4s ease-in-out;
-webkit-transition: opacity 0.4s ease-in-out;
-moz-transition: opacity 0.4s ease-in-out;
transition: opacity 0.4s ease-in-out;
fill: var(--sn-stylekit-info-color);
}
@@ -520,3 +520,5 @@ textarea {
-webkit-text-fill-color: initial;
}
}
/*# sourceMappingURL=app.css.map */

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<base target="_blank">
<base target="_blank">
<meta charset="UTF-8">
<title>Markdown Math</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
@@ -18,61 +18,35 @@
<button class="toolbar-button _download-source" title="Download source"></button>
</div>
<div class="header-item demo-control">
<input
class="control-input"
id="id_html"
type="radio"
name="source_type"
checked="checked" ><label
class="control-item"
for="id_html"
title="Example of rendered HTML"
data-result-as="html"
>preview</label>
<input
class="control-input"
id="id_src"
type="radio"
name="source_type"
><label
class="control-item"
for="id_src"
title="HTML with rendered equations"
data-result-as="src"
>html</label>
<input
class="control-input"
id="id_htmltex"
type="radio"
name="source_type"
><label
class="control-item"
for="id_htmltex"
title="HTML with raw LaTeX equations"
data-result-as="htmltex"
>html-tex</label>
<input
class="control-input"
id="id_md"
type="radio"
name="source_type"
><label
class="control-item"
for="id_md"
title="Markdown with rendered equations"
data-result-as="md"
>md</label>
<button class="toolbar-button _download-result" title="Download result"></button>
<input class="control-input" id="id_html" type="radio" name="source_type" checked="checked"><label
class="control-item" for="id_html" title="Example of rendered HTML" data-result-as="html">preview</label>
<input class="control-input" id="id_src" type="radio" name="source_type"><label class="control-item" for="id_src"
title="HTML with rendered equations" data-result-as="src">html</label>
<input class="control-input" id="id_htmltex" type="radio" name="source_type"><label class="control-item"
for="id_htmltex" title="HTML with raw LaTeX equations" data-result-as="htmltex">html-tex</label>
<input class="control-input" id="id_md" type="radio" name="source_type"><label class="control-item" for="id_md"
title="Markdown with rendered equations" data-result-as="md">md</label>
<button class="toolbar-button _download-result" title="Download result"></button>
</div>
</div>
<div class="container full-height" id="container-block"><!--
--><div class="half-width full-height source-wrap" id="source-block"><textarea id="editor-source" class="source full-height"></textarea></div><!--
--><div class="slider full-height" id="slider"></div><!--
--><div class="half-width full-height" id="result-block">
<div class="container full-height" id="container-block">
<!--
-->
<div class="half-width full-height source-wrap" id="source-block"><textarea id="editor-source"
class="source full-height"></textarea></div>
<!--
-->
<div class="slider full-height" id="slider"></div>
<!--
-->
<div class="half-width full-height" id="result-block">
<div class="result-html full-height"></div>
<pre class="result-src full-height"><code class="result-src-content"></code></pre>
</div><!--
--></div>
<script src="dist/dist.js"></script>
</div>
<!--
-->
</div>
<script src="dist/dist.js"></script>
</body>
</html>

View File

@@ -1,6 +1,6 @@
{
"name": "sn-fancy-markdown-editor",
"version": "1.3.4",
"version": "1.3.5",
"description": "",
"main": "index.js",
"scripts": {
@@ -11,6 +11,7 @@
"@babel/cli": "^7.7.7",
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"@standardnotes/component-relay": "2.2.0",
"draggabilly": "^2.2.0",
"grunt": "^1.0.4",
"grunt-babel": "^8.0.0",
@@ -18,15 +19,16 @@
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-newer": "^1.3.0",
"grunt-remove-comments": "^0.1.6",
"katex": "^0.11.1",
"markdown-it": "^10.0.0",
"markdown-it-footnote": "^3.0.2",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"markdown-it-task-lists": "^2.1.1",
"sn-components-api": "1.2.8",
"sn-stylekit": "2.0.20"
}
}