added CSS variables and exporting pages
This commit is contained in:
parent
eef7f001d5
commit
9e8e6e0eec
8 changed files with 167 additions and 55 deletions
|
|
@ -43,6 +43,9 @@
|
|||
<div id="editing-area">
|
||||
<div class="pre-text-input">
|
||||
<p>This editor is using Markdown for text formatting (e.g. bold, italic, headers and tables). <a href="https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet" rel="nofollow">More info on Markdown</a>.</p>
|
||||
{% if math_version %}
|
||||
<p>Math with KaTeX is <mark>enabled</mark>. <a href="https://katex.org/docs/supported.html">KaTeX guide</a></p>
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="over-text-input"></div>
|
||||
<textarea name="text" class="text-input">{{ pl_text }}</textarea>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue