File indexing completed on 2025-02-02 03:54:45
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 Dark)"/> 0006 </head><body style="background-color:#232629;color:#cfcfc2"><pre> 0007 <span style="color:#27ae60">http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html</span> 0008 0009 A heading 0010 ######### 0011 0012 <span style="color:#8e44ad">: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:#8e44ad">:and space:</span> 0016 0017 <span style="color:#7a7c7d">.. comment</span> 0018 0019 text 0020 0021 <span style="color:#7a7c7d">.. multi-line</span> 0022 <span style="color:#2980b9"> </span><span style="color:#7a7c7d"> comment</span> 0023 0024 text again 0025 0026 <span style="color:#7a7c7d">..</span> 0027 <span style="color:#2980b9"> </span><span style="color:#7a7c7d"> also multiline comment</span> 0028 <span style="color:#7a7c7d">..</span> 0029 0030 <span style="color:#2980b9">.. directive:: </span>argument another 0031 <span style="color:#8e44ad">:option:</span> value 0032 0033 Directive content. 0034 0035 <span style="color:#2980b9">.. py:function:: </span>a directive with a colon 0036 :py:option: an option with a colon (not handled correctly, currently) 0037 <span style="color:#8e44ad">:option a:</span> an option with a space 0038 0039 <span style="color:#2980b9">.. code-block::</span> 0040 0041 <span style="color:#2980b9"> A code block</span> 0042 0043 <span style="color:#2980b9">.. code::</span> 0044 0045 <span style="color:#2980b9"> But this is a code block, too.</span> 0046 0047 Inline <span style="color:#2980b9">``code``</span>, <span style="font-weight:bold">:ref:</span><span style="color:#f67400">`interpreted role`</span>, <span style="color:#f67400">`trailing`</span><span style="font-weight:bold">:ref:</span>, 0048 <span style="font-weight:bold">:py:ref:</span><span style="color:#f67400">`role with a colon`</span>. The <span style="color:#f67400">`default interpreted role`</span> and regular text 0049 after. 0050 0051 A <span style="color:#27ae60">reference_</span>, <span style="color:#27ae60">`link <https://kde.org>`_</span> Plain link: <span style="color:#27ae60">https://kde.org</span>. <span style="color:#27ae60">`An anonymous link <https://kde.org>`__</span>. A footnote 0052 reference <span style="color:#27ae60">[1]_</span>. 0053 0054 <span style="color:#2980b9">.. [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:#2980b9">``code between parentheses``</span>) 0077 </pre></body></html>