From 1554add84875c4a9ea7cce33c70b5459cdab45fa Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 5 Jan 2006 04:06:58 -0500 Subject: [PATCH] checkpoint darcs-hash:20060105090658-5007d-6a001bafb621cdbe931b03e5256d7a7d813452fb.gz --- tests/input.tibdoc | 4 ++++ tests/tibdoc.g | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/input.tibdoc b/tests/input.tibdoc index a106d00..ae522fe 100644 --- a/tests/input.tibdoc +++ b/tests/input.tibdoc @@ -6,3 +6,7 @@ header == Introduction == this is the body adam@megacz.com text + You can visit {my website}->adam@megacz.com with a !hyperlink to it! + The following demonstrates verbatim stuff [Knu68], as + well as a footnote ((like )) because are + coool in an O(n^^3) way. diff --git a/tests/tibdoc.g b/tests/tibdoc.g index 38104af..8b18175 100644 --- a/tests/tibdoc.g +++ b/tests/tibdoc.g @@ -75,7 +75,7 @@ styled ::= "__" text "__" => ul > "*" text "*" => it block ::= { text } -structured ::= { text } "->" (url|email) => link +structured ::= { text } "->" (url|email) => link //> alphanum++ "->" (url|email) => link structuredx ::= glyph > email -- 1.7.10.4