File: highlight.rst.dark.html

package info (click to toggle)
kf6-syntax-highlighting 6.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 47,568 kB
  • sloc: xml: 197,750; cpp: 12,850; python: 3,023; sh: 955; perl: 546; ruby: 488; pascal: 393; javascript: 161; php: 150; jsp: 132; lisp: 131; haskell: 124; ada: 119; ansic: 107; makefile: 96; f90: 94; ml: 85; cobol: 81; yacc: 71; csh: 62; erlang: 54; sql: 51; java: 47; objc: 37; awk: 31; asm: 30; tcl: 29; fortran: 18; cs: 10
file content (77 lines) | stat: -rw-r--r-- 2,811 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>highlight.rst</title>
<meta name="generator" content="KF5::SyntaxHighlighting - Definition (reStructuredText) - Theme (Breeze Dark)"/>
</head><body style="background-color:#232629;color:#cfcfc2"><pre>
<span style="color:#27ae60">http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html</span>

A heading
#########

<span style="color:#8e44ad">:field:</span>     A field
    On another line, <span style="font-style:italic">*with inline*</span> <span style="font-weight:bold">**markup**</span>.
:py:field:  A field with a colon (not handled correctly, currently)
<span style="color:#8e44ad">:and space:</span>

<span style="color:#7a7c7d">.. comment</span>

text

<span style="color:#7a7c7d">.. multi-line</span>
<span style="color:#2980b9">   </span><span style="color:#7a7c7d"> comment</span>

text again

<span style="color:#7a7c7d">..</span>
<span style="color:#2980b9">   </span><span style="color:#7a7c7d"> also multiline comment</span>
<span style="color:#7a7c7d">..</span>

<span style="color:#2980b9">.. directive:: </span>argument another
    <span style="color:#8e44ad">:option:</span> value

    Directive content.

<span style="color:#2980b9">.. py:function:: </span>a directive with a colon
    :py:option: an option with a colon (not handled correctly, currently)
    <span style="color:#8e44ad">:option a:</span> an option with a space

<span style="color:#2980b9">.. code-block::</span>

<span style="color:#2980b9">    A code block</span>

<span style="color:#2980b9">.. code::</span>

<span style="color:#2980b9">    But this is a code block, too.</span>

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>,
<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
after.

A <span style="color:#27ae60">reference_</span>, <span style="color:#27ae60">`link &lt;https://kde.org>`_</span> Plain link: <span style="color:#27ae60">https://kde.org</span>. <span style="color:#27ae60">`An anonymous link &lt;https://kde.org>`__</span>. A footnote
reference <span style="color:#27ae60">[1]_</span>.

<span style="color:#2980b9">.. [1] </span>Footnote content

A text block.

    Block quote

    -- attribution

-   A list
-   Another item

    -   Sub item
    -   More

1.  Ordered
2.  list

Definition title
    Definition description
Definition title
    Definition description

(<span style="color:#2980b9">``code between parentheses``</span>)
</pre></body></html>