File: encoding.html

package info (click to toggle)
ruby-kramdown 2.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,896 kB
  • sloc: ruby: 6,462; makefile: 10
file content (46 lines) | stat: -rw-r--r-- 997 bytes parent folder | download | duplicates (7)
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
<p>Das ist gewöhnlich <em>ein</em> <a href="http://example.org">Über-Problem</a> mit manchen<br />
Sälen <a href="http://example.org">http://example.org</a> und <span id="test">anderen Dinge</span>. Siehe
<img src="http://example.org" alt="Über mich" />!</p>

<blockquote class="test">
  <p>Vielleicht <em class="red">höre</em> ich nicht richtig?</p>
</blockquote>

<ul>
  <li>Sollten wir uns das überl<em>egen</em>? <em>Verhöhne</em> mich nicht!</li>
  <li>Ho ho höher! Sind *wir* da?</li>
</ul>

<h1>Titel sind urschön</h1>

<h2 id="hot">Manche mögens <em>ärmer</em></h2>

<pre><code>öha
was nun?
</code></pre>

<dl>
  <dt>Töne</dt>
  <dd>Laute Geräusche</dd>
  <dd>vielleicht noch was ä<em>hnliches</em></dd>
</dl>

<table>
  <thead>
    <tr>
      <th>hoch</th>
      <th>höher</th>
      <th>am höchsten</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>über</td>
      <td>drüber</td>
      <td>müde</td>
    </tr>
  </tbody>
</table>

<p>Das ist schön
gemacht</p>