diff options
| author | Simon Tatham <anakin@pobox.com> | 2016-01-22 00:21:26 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2016-01-22 00:21:26 +0000 |
| commit | a9363f975f0c5faf6767ee53df737c3cf3c40151 (patch) | |
| tree | eca241e516ff8ccfbbb57db2353655aca7200aad | |
| parent | 0a9497c46541e4d8d317b75cde4ac1f62e9affe8 (diff) | |
| download | halibut-a9363f975f0c5faf6767ee53df737c3cf3c40151.zip halibut-a9363f975f0c5faf6767ee53df737c3cf3c40151.tar.gz halibut-a9363f975f0c5faf6767ee53df737c3cf3c40151.tar.bz2 halibut-a9363f975f0c5faf6767ee53df737c3cf3c40151.tar.xz | |
Mention \s in a section title.
A user points out that that recently added markup feature is easy to
miss because it's not as prominently documented as it should be.
| -rw-r--r-- | doc/input.but | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/input.but b/doc/input.but index f5ef06e..ad1d68a 100644 --- a/doc/input.but +++ b/doc/input.but @@ -81,7 +81,7 @@ be treated identically: \c \c Here is some \e{emphasised text}. -\S{input-emph} \c{\\e}: Emphasising text +\S{input-emph} \c{\\e} and \c{\\s}: Emphasising text Possibly the most obvious piece of formatting you might want to use in a document is \i\e{emphasis}. |