File: pre.html

package info (click to toggle)
python-html2text 2025.4.15-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 976 kB
  • sloc: python: 1,659; sh: 32; makefile: 5
file content (13 lines) | stat: -rw-r--r-- 248 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
  <head>
    <title>initial crowded pre handling test #1</title>
  </head>
  <body>
<pre>a
b
c</pre>

    <p>Ensure that HTML that starts with a crowded <code>&lt;pre&gt;</code>
    is converted to reasonable Markdown.</p>
  </body>
</html>