{% extends 'simplewiki/base.html' %} {% load i18n %} {% load humanize %} {% load static %} {% block details %}

Markdown Guide

{% include 'simplewiki/editor/guide_partials/_guide_heading.html' %}
{% include 'simplewiki/editor/guide_partials/_guide_text.html' %}
{% include 'simplewiki/editor/guide_partials/_guide_list.html' %}
{% include 'simplewiki/editor/guide_partials/_guide_block.html' %}
{% include 'simplewiki/editor/guide_partials/_guide_image.html' %}
{% include 'simplewiki/editor/guide_partials/_guide_video.html' %}
{% include 'simplewiki/editor/guide_partials/_guide_table.html' %}
{% include 'simplewiki/editor/guide_partials/_guide_alert.html' %}
{% include 'simplewiki/editor/guide_partials/_guide_gdrive.html' %}
{% endblock %} {% block extra_javascript %} {% endblock %} {% block extra_script %} {% endblock %}