index
:
asciidoctor
2.0.20-charlotte
main
MSM's fork of Asciidoctor
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
links_test.rb
Age
Commit message (
Expand
)
Author
2015-12-29
remove trailing endlines in source
Dan Allen
2015-12-04
resolves #1597 change xlink namespace to xl in DocBook 5 output
Dan Allen
2015-05-16
fix and test external links in docbook backend
Dan Allen
2015-02-21
Make XrefInlineRx regexp more permissive.
Mathieu Boespflug
2014-08-12
detect & mark bare links, don't repeat URL in print styles
Dan Allen
2014-08-10
don't parse link attributes if text doesn't contain = sign
Dan Allen
2014-06-19
Add support for title attribute on Anchor
Aslak Knutsen
2014-05-27
Adds id attribut to link
Guillaume Grossetie
2014-02-17
don't include trailing round brackets, colons & semi-colons in implicit link
Dan Allen
2014-02-05
refactor unit tests so they work in RubyMine
Charles Moulliard
2014-01-26
resolves #853 match implicit URLs that use the file scheme
Dan Allen
2014-01-16
resolves #866 don't match e-mail address inside URL
Dan Allen
2013-12-16
New issue with mailto links
LightGuard
2013-12-08
resolves #801 honor custom outfilesuffix and introduce relfileprefix
Dan Allen
2013-12-02
resolves #819 match URL macro after entity; credit to @jmbruel
Dan Allen
2013-11-17
resolves #800 added attribute for hiding uri scheme in automatic links
Dan Allen
2013-10-30
resolves #531 added support for anchor:<id>[<reftext>] macro
Dan Allen
2013-10-19
resolves #720 fixed broken passthroughs caused by source highlighting
Dan Allen
2013-10-14
disallow quoted values in block and inline anchors
Dan Allen
2013-10-14
resolves #697 honor reftext defined in embedded section title anchor
Dan Allen
2013-08-19
make refid lookup smoother
Dan Allen
2013-08-19
resolves #417 update xref to support interdocument references
Dan Allen
2013-06-09
fix tests for testing slim and haml backends
Dan Allen
2013-05-30
cleanups and minor bug fixes
Dan Allen
2013-05-28
resolves #314 add irc scheme to link detection
Dan Allen
2013-05-26
change passthrough boundary character to \e
Dan Allen
2013-05-25
resolves #214 parse attributes in link when use-link-attrs is set
Dan Allen
2013-03-23
resolves #218 allow round bracket in link
Dan Allen
2013-01-30
don't allow endline in link url, don't gobble angled brackets
Dan Allen
2013-01-28
cleanup templates, reoptimize macro subs, fixes & tests
Dan Allen
2013-01-09
support square & round brackets in front of link, round brackets around a link
Dan Allen
2013-01-09
fix for passthrough, quote & anchor subs; register reference method
Dan Allen
2013-01-04
(re)implement callouts and callout lists
Dan Allen
2013-01-03
ignore escaped anchor, add test for it
Dan Allen
2013-01-03
catalog in lexer & render in apply_subs any inline anchors
Dan Allen
2012-12-31
overhaul of inline text parsing & substitutions
Dan Allen
2012-12-11
don't leave link: on absolute url w/ link: prefix
Dan Allen