{% load static %}
{% load i18n %}
{% load admin_url %}
{% load mastodon %}
{% load oauth_token %}
{% load truncate %}
{% load thumb %}
{{ site_name }} - {{ item.title }} - {% trans '评论' %}
{% include "common_libs.html" %}
{% include "_header.html" %}
Markdown语法参考
标题
====
副标题
------
新起段落需隔开一空行
段首缩进需使用中文全角空格
[链接](https://zh.wikipedia.org/wiki/Markdown)
**粗体** *斜体* ==高亮== ~~删除~~
^上^标 ~下~标 [拼(pīn)音(yīn)]
> 引用
> 文本
>> 多级引用
行内 >! 剧透预警 !< (在短评中也可使用)
>! 多行
>! 剧透
引用外部图片 
上传图片可拖拽图片文件到编辑框,或从剪贴板粘贴
---
- Bullet
- Points
content in paragraph with footnote[^1] markup.
[^1]: footnote explain
```
code
```
Table Header | Second Header
------------- | -------------
Content Cell | Content Cell
Content Cell | Content Cell
{% include "_footer.html" %}