Skip to content

Commit

Permalink
Added special chars to the test doc
Browse files Browse the repository at this point in the history
  • Loading branch information
djspiewak committed Aug 8, 2009
1 parent 284d301 commit 7fab38c
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions test.txt
Expand Up @@ -8,13 +8,21 @@ This is some test text in the first paragraph. Here we have *italic*. Here we
have **bold**. I can do `some linking`_, even with a single word_. Oh yeah,
don't forget ``pre-formatted text``. We can even preformat a paragraph::

Here
is
some
code
case node @ <target></target> => {
val id = node \ "@refid"

if (id.length > 0) {
result += '#' + processId(id.text) + '\n'
}
}

And here's paragraph 2! Dig the nifty "quotes". Have I forgotten anything?

Yes, I did forget something: special characters! Let's try a few: &, <, >, !.
We can even try a few special blocks: %TOC%, !test, OutsideBrackets,
[[InsideBrackets]]. Let's also see what happens when we try an email@address.com
Another interesting thing would be tags: <like> </this>.


.. _some linking: http://www.google.com

Expand Down

0 comments on commit 7fab38c

Please sign in to comment.