diff options
author | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2013-12-08 12:49:21 +0100 |
---|---|---|
committer | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2013-12-08 12:49:21 +0100 |
commit | 53c0012a83a0131daf5c72729ddc3acd433f671d (patch) | |
tree | 4fa1624fd3ec58913e5f08e79b7ffa34855b5910 | |
parent | 0628d85a6afd6465f1f7419a09b5bd19d7cdfb6c (diff) | |
download | Nim-53c0012a83a0131daf5c72729ddc3acd433f671d.tar.gz |
Fixes link to manual in bold section.
Nested inline markup is not possible at the moment, see http://stackoverflow.com/a/9645684/172690. Maybe this would be a useful extension to have in nimrod's custom rst engine?
-rw-r--r-- | doc/tut2.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/tut2.txt b/doc/tut2.txt index f66a5135d..fc0c0630e 100644 --- a/doc/tut2.txt +++ b/doc/tut2.txt @@ -16,9 +16,9 @@ Introduction This document is a tutorial for the advanced constructs of the *Nimrod* -programming language. **Note that this document is somewhat obsolete as -the `manual <manual.html>`_ contains many more examples of the advanced -language features.** +programming language. **Note that this document is somewhat obsolete as the** +`manual <manual.html>`_ **contains many more examples of the advanced language +features.** Pragmas |