mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-08 16:21:32 +00:00
22 lines
385 B
Plaintext
22 lines
385 B
Plaintext
# 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"
|