diff --git a/static/mrdoc/mrdoc-editor.css b/static/mrdoc/mrdoc-editor.css index 8b073e3..170ad10 100644 --- a/static/mrdoc/mrdoc-editor.css +++ b/static/mrdoc/mrdoc-editor.css @@ -118,6 +118,9 @@ li.L1, li.L3, li.L5, li.L7, li.L9 { ol.linenums li{ width: max-content; } +del,s{ + text-decoration: line-through; +} #doc-tree{ margin-bottom: 5px; } \ No newline at end of file diff --git a/template/app_doc/doc.html b/template/app_doc/doc.html index b132e3e..e798d0c 100644 --- a/template/app_doc/doc.html +++ b/template/app_doc/doc.html @@ -138,6 +138,28 @@ {% endblock %} {% block custom_script %} + + +