File: anchors.html

package info (click to toggle)
ruby-html2text 0.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 200 kB
  • sloc: ruby: 190; makefile: 8
file content (12 lines) | stat: -rw-r--r-- 430 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
A document without any HTML open/closing tags.

<hr>

We try and use the representation given by common browsers of the 
HTML document, so that it looks similar when converted to plain text.

<a href="http://foo.com">visit foo.com</a> - or <a href="http://www.foo.com">http://www.foo.com</a>

<a href="http://foo.com" title="a link with a title">link</a>

<h2><a name="anchor">An anchor which will not appear</a></h2>