File indexing completed on 2024-05-12 04:02:07

0001 <!DOCTYPE html>
0002 <html><head>
0003 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
0004 <title>highlight.rst</title>
0005 <meta name="generator" content="KF5::SyntaxHighlighting - Definition (reStructuredText) - Theme (Breeze Light)"/>
0006 </head><body style="background-color:#ffffff;color:#1f1c1b"><pre>
0007 <span style="color:#006e28">http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html</span>
0008 
0009 A heading
0010 #########
0011 
0012 <span style="color:#644a9b">:field:</span>     A field
0013     On another line, <span style="font-style:italic">*with inline*</span> <span style="font-weight:bold">**markup**</span>.
0014 :py:field:  A field with a colon (not handled correctly, currently)
0015 <span style="color:#644a9b">:and space:</span>
0016 
0017 <span style="color:#898887">.. comment</span>
0018 
0019 text
0020 
0021 <span style="color:#898887">.. multi-line</span>
0022 <span style="color:#0057ae">   </span><span style="color:#898887"> comment</span>
0023 
0024 text again
0025 
0026 <span style="color:#898887">..</span>
0027 <span style="color:#0057ae">   </span><span style="color:#898887"> also multiline comment</span>
0028 <span style="color:#898887">..</span>
0029 
0030 <span style="color:#0057ae">.. directive:: </span>argument another
0031     <span style="color:#644a9b">:option:</span> value
0032 
0033     Directive content.
0034 
0035 <span style="color:#0057ae">.. py:function:: </span>a directive with a colon
0036     :py:option: an option with a colon (not handled correctly, currently)
0037     <span style="color:#644a9b">:option a:</span> an option with a space
0038 
0039 <span style="color:#0057ae">.. code-block::</span>
0040 
0041 <span style="color:#0057ae">    A code block</span>
0042 
0043 <span style="color:#0057ae">.. code::</span>
0044 
0045 <span style="color:#0057ae">    But this is a code block, too.</span>
0046 
0047 Inline <span style="color:#0057ae">``code``</span>, <span style="font-weight:bold">:ref:</span><span style="color:#b08000">`interpreted role`</span>, <span style="color:#b08000">`trailing`</span><span style="font-weight:bold">:ref:</span>,
0048 <span style="font-weight:bold">:py:ref:</span><span style="color:#b08000">`role with a colon`</span>. The <span style="color:#b08000">`default interpreted role`</span> and regular text
0049 after.
0050 
0051 A <span style="color:#006e28">reference_</span>, <span style="color:#006e28">`link &lt;https://kde.org>`_</span> Plain link: <span style="color:#006e28">https://kde.org</span>. <span style="color:#006e28">`An anonymous link &lt;https://kde.org>`__</span>. A footnote
0052 reference <span style="color:#006e28">[1]_</span>.
0053 
0054 <span style="color:#0057ae">.. [1] </span>Footnote content
0055 
0056 A text block.
0057 
0058     Block quote
0059 
0060     -- attribution
0061 
0062 -   A list
0063 -   Another item
0064 
0065     -   Sub item
0066     -   More
0067 
0068 1.  Ordered
0069 2.  list
0070 
0071 Definition title
0072     Definition description
0073 Definition title
0074     Definition description
0075 
0076 (<span style="color:#0057ae">``code between parentheses``</span>)
0077 </pre></body></html>