File: pre_to_div.input.html

package info (click to toggle)
doxysphinx 3.3.12-6
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,296 kB
  • sloc: python: 2,974; javascript: 235; cpp: 88; makefile: 52; sh: 10
file content (23 lines) | stat: -rw-r--r-- 526 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
<html>

<head>
    <title>demo : Pre to div element conversion</title>
</head>

<body>
    <pre>
        .. tip::
           
           This snippet here is needed to trigger the pre-to-div-postprocessor.
           Only when there is "mixed"-content it will be triggered.
    </pre>
    <pre>
        This is preformatted content
        without any rst in it.
        The parser should change this to a div tag
        with class "fragment" and subdivs 
        with class "line" for each line.
    </pre>
</body>

</html>