diff options
| author | Stephen Altamirano <[email protected]> | 2023-06-22 10:53:15 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-06-22 10:53:15 -0700 |
| commit | 83b69ead8123a3483ec79a9df5be85612c3b564e (patch) | |
| tree | fc6a4943ef4727d2d3ae0ca40e76b7f2565901b4 /test/textile-reader.textile | |
| parent | ebcb61fb07e9d89a5a7a21cf7264b6852c3f5a8d (diff) | |
Textile reader: Add support for link references (#8706)
Textile supports what it calls "link alias", which are analogous to
Markdown's reference-style links.
Diffstat (limited to 'test/textile-reader.textile')
| -rw-r--r-- | test/textile-reader.textile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/textile-reader.textile b/test/textile-reader.textile index 194353c9c..a0497b401 100644 --- a/test/textile-reader.textile +++ b/test/textile-reader.textile @@ -183,6 +183,10 @@ Automatic linking to "$":http://www.example.com. A link["with brackets":http://www.example.com]and no spaces. +A "link":link-target to a named target + +A "link":missing to a missing target + h1. Tables Textile allows tables with and without headers : @@ -277,3 +281,5 @@ h1. Comment blocks is here. not a comment. + +[link-target]ftp://example.com |
