{% extends "base.jinja2" %} {% block title %} {% if pl_title %}Editing “{{ pl_title }}” {% else %}Edit note{% endif %} - {{ app_name }} {% endblock %} {% block meta %} {% endblock %} {% block json_info %}{% endblock %} {% block content %} {% if preview %}

{{ pl_title }}

Preview
Remember this is only a preview. Your changes were not saved yet! Jump to editing area
{{ preview|safe }}
{% endif %}
{% if not pl_readonly %}

This editor is using Markdown for text formatting (e.g. bold, italic, headers and tables). More info on Markdown.

{% if math_version and pl_enablemath %}

Math with KaTeX is enabled. KaTeX guide

{% endif %}
{% else %}

This page was locked by the owner, and is therefore not editable. You can still copy the source text.

{% endif %}
{% if not pl_readonly %}

Advanced options

{% if pl_owner_is_current_user %}
{% endif %}
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}