Warning, /frameworks/syntax-highlighting/autotests/folding/highlight.rst.fold is written in an unsupported language. File is not indexed.

0001 <indentfold>http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html
0002 
0003 A heading
0004 #########
0005 
0006 :field:     A field
0007     On another line, *with inline* **markup**.
0008 :py:field:  A field with a colon (not handled correctly, currently)
0009 :and space:
0010 
0011 .. comment
0012 
0013 text
0014 
0015 .. multi-line
0016     comment
0017 
0018 text again
0019 
0020 ..
0021     also multiline comment
0022 ..
0023 
0024 .. directive:: argument another
0025     :option: value
0026 
0027     Directive content.
0028 
0029 .. py:function:: a directive with a colon
0030     :py:option: an option with a colon (not handled correctly, currently)
0031     :option a: an option with a space
0032 
0033 .. code-block::
0034 
0035     A code block
0036 
0037 .. code::
0038 
0039     But this is a code block, too.
0040 
0041 Inline ``code``, :ref:`interpreted role`, `trailing`:ref:,
0042 :py:ref:`role with a colon`. The `default interpreted role` and regular text
0043 after.
0044 
0045 A reference_, `link <https://kde.org>`_ Plain link: https://kde.org. `An anonymous link <https://kde.org>`__. A footnote
0046 reference [1]_.
0047 
0048 .. [1] Footnote content
0049 
0050 A text block.
0051 
0052     Block quote
0053 
0054     -- attribution
0055 
0056 -   A list
0057 -   Another item
0058 
0059     -   Sub item
0060     -   More
0061 
0062 1.  Ordered
0063 2.  list
0064 
0065 Definition title
0066     Definition description
0067 Definition title
0068     Definition description
0069 
0070 (``code between parentheses``)