File: inline.html

package info (click to toggle)
ruby-kramdown 2.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 2,896 kB
  • sloc: ruby: 6,462; makefile: 10
file content (46 lines) | stat: -rw-r--r-- 1,414 bytes parent folder | download | duplicates (8)
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>simple <a href="">URL</a></p>

<p>simple <a href="something.html">URL</a></p>

<p>simple <a href="something.html">URL <em>with</em> formatting</a></p>

<p>simple <a href="something.html" title="a t&quot;itle">URL with single quoted title</a></p>

<p>simple <a href="something.html" title="a t'itle">URL with double quoted title</a></p>

<p>simple <a href="something.html">URL [with ] escaped</a></p>

<p>simple <a href="something.html">URL with ] escaped</a></p>

<p>simple <a href="something.html">URL [with] nested</a></p>

<p>simple <a href="something.html">URL with [no](link.html) inside</a></p>

<p>simple <a href="/something/to(do)">URL with parens</a></p>

<p>simple <a href="/something/to(do" title="doit">URL with parens</a></p>

<p>simple <a href="something.html" title="title">URL broken
on line</a></p>

<p>simple <a href="with spaces.html">URL with spaces</a></p>

<p>simple <a href="with spaces.html" title="title">URL with spaces</a></p>

<p>simple <a href="with (spaces).html">URL with spaces</a></p>

<p>simple <a href="spaces.html">leading/trailing spaces</a></p>

<p>simple <a href="spaces.html">leading/trailing spaces</a></p>

<p>simple <a href="spaces.html">leading/trailing spaces</a></p>

<p>bad [URL <a href="something.html">not</a></p>

<p>bad [URL with parens](something(new.html)</p>

<p>bad [URL with empty title](something.html ‘’)</p>

<p>bad [URL](</p>

<p>bad [URL](no</p>