File: escapables.html

package info (click to toggle)
ruby-reverse-markdown 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 440 kB
  • sloc: ruby: 1,452; makefile: 4
file content (15 lines) | stat: -rw-r--r-- 233 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html>
  <body>
    some text...

    **two asterisks**
    ***three asterisks***
    __two underscores__
    ___three underscores___

    some text...

    <pre><code>var theoretical_max_infin = 1.0;</code></pre>

  </body>
</html>