File: Links%2C%20inline%20style.html

package info (click to toggle)
golang-github-gomarkdown-markdown 0.0~git20231115.a660076-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,168 kB
  • sloc: sh: 26; makefile: 5
file content (35 lines) | stat: -rw-r--r-- 1,304 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
24
25
26
27
28
29
30
31
32
33
34
35
<p>Just a <a href="/url/">URL</a>.</p>

<p><a href="/url/" title="title">URL and title</a>.</p>

<p><a href="/url/" title="title preceded by two spaces">URL and title</a>.</p>

<p><a href="/url/" title="title preceded by a tab">URL and title</a>.</p>

<p><a href="/url/" title="title has spaces afterward">URL and title</a>.</p>

<p><a href="-" title="title">hyphen and title</a>.</p>

<p><a href="-" title="title with parentheses()">hyphen and title</a>.</p>

<p><a href="-" title="?=title with other chars(#var)">hyphen and title</a>.</p>

<p><a href="-" title="title with parentheses missing open)">hyphen and title</a>.</p>

<p><a href="-" title="title with parentheses missing close(">hyphen and title</a>.</p>

<p><a href="-" title="title with parentheses misplaced)(">hyphen and title</a>.</p>

<p><a href="-" title="title with escaped \&quot;double\&quot; quote">hyphen and title</a>.</p>

<p><a href="-" title="title with embedded 'single' quote">hyphen and title</a>.</p>

<p><a href="-" title="title with escaped \'single\' quote">hyphen and title</a>.</p>

<p><a href="-" title="title with embedded &quot;double&quot; quote">hyphen and title</a>.</p>

<p><a href="-" title="title saying meh ¯\_(ツ)_/¯">hyphen and title</a>.</p>

<p><a href="empty"></a>.</p>

<p><a href="">Empty</a>.</p>