diff options
Diffstat (limited to 'dictionaries/rst.dict')
-rw-r--r-- | dictionaries/rst.dict | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dictionaries/rst.dict b/dictionaries/rst.dict new file mode 100644 index 00000000..bdad2338 --- /dev/null +++ b/dictionaries/rst.dict @@ -0,0 +1,21 @@ +# https://docutils.readthedocs.io/en/sphinx-docs/ref/rst/restructuredtext.html + +bold="**" +list1="1. " +list2="(1) " +list3="1) " +list4="I. " +list5="i. " +list6="* " +list7="- " +list8="+ " +end_of_paragraph="::" +title="=====" +image=".. image:: " +image_attr=" :a: 1" +doctest=">>>" +table1="+--+"" +table2="+==+"" +footnote_and_citation=".. [a] " +hyperlink=".. _a: http://a " +macro=".. |b| a" |