Skip to content

Commit

Permalink
documented support for external links
Browse files Browse the repository at this point in the history
  • Loading branch information
cstettler committed Apr 22, 2017
1 parent 6f43a4c commit bf50f3a
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions asciidoc-confluence-publisher-doc/etc/docs/00_index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Currently, the Confluence Publisher supports the following AsciiDoc features:
* <<00_index/06_images.adoc#, Images>>
* <<00_index/07_listings.adoc#, Listings>>
* <<00_index/08_admonitions.adoc#, Admonitions>>
* <<00_index/09_external_links.adoc#, External Links>>
== To Document
* reference to official AsciiDoc documentation (or AsciiDoctor ?)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
= External Links

External links in AsciiDoc files are converted to links in Confluence.


== Link with Label
[listing]
....
awesome code can be found on link:http://www.github.com[] projects
....

awesome code can be found on link:http://www.github.com[] projects


== Link without Label

[listing]
....
awesome code can be found on link:http://www.github.com[GitHub] projects
....

awesome code can be found on link:http://www.github.com[GitHub] projects


== Implicit Link

[listing]
....
awesome code can be found on http://www.github.com projects
....

awesome code can be found on http://www.github.com projects

0 comments on commit bf50f3a

Please sign in to comment.