summaryrefslogtreecommitdiffstats
path: root/doc/markdown.doc
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2012-04-29 17:51:51 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2012-04-29 17:51:51 (GMT)
commit44ca9512aaeb19f7fbd07afda88ec4cfe53ce831 (patch)
treea8d7cbd0da612bb0b1fa97dcc1bac1838f845338 /doc/markdown.doc
parentf3e0c94b327d47e5c3d3a36a9a6300cee8d2a537 (diff)
downloadDoxygen-44ca9512aaeb19f7fbd07afda88ec4cfe53ce831.zip
Doxygen-44ca9512aaeb19f7fbd07afda88ec4cfe53ce831.tar.gz
Doxygen-44ca9512aaeb19f7fbd07afda88ec4cfe53ce831.tar.bz2
Release-1.8.0-20120429
Diffstat (limited to 'doc/markdown.doc')
-rw-r--r--doc/markdown.doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/markdown.doc b/doc/markdown.doc
index d571eef..30fca62 100644
--- a/doc/markdown.doc
+++ b/doc/markdown.doc
@@ -515,7 +515,7 @@ Futhermore, a `*` or `_` only starts an emphasis if
- it is preceded by a space, newline, or one the following characters `<{([,:;`
An emphasis ends if
-- it is not following by an alphanumerical character, and
+- it is not followed by an alphanumerical character, and
- it is not preceded by a space, newline, or one the following characters `({[<=+-\@`
Lastly, the span of the emphasis is limited to a single paragraph.