diff options
author | John MacFarlane <jgm@berkeley.edu> | 2011-01-22 12:17:39 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2011-01-22 12:17:39 -0800 |
commit | 8dcc67a993adb2f5b23f1f4a69a4f7f529849eac (patch) | |
tree | ba143797b6c18c5e5500d9f4e422d5b389a27252 /tests | |
parent | 15250859c355634670ce1ad532800bca591dc99b (diff) | |
download | pandoc-8dcc67a993adb2f5b23f1f4a69a4f7f529849eac.tar.gz |
ConTeXt writer: Don't add cr at end of inline footnote.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/writer.context | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/tests/writer.context b/tests/writer.context index 2a47f9f23..316cd7735 100644 --- a/tests/writer.context +++ b/tests/writer.context @@ -866,9 +866,8 @@ Here is a movie {\externalfigure[movie.jpg]} icon. Here is a footnote reference,\footnote{Here is the footnote. It can go anywhere after the footnote reference. It need not be placed at the end of - the document.} - and another.\footnote{Here's the long note. This one contains multiple - blocks. + the document.} and another.\footnote{Here's the long note. This one contains + multiple blocks. Subsequent blocks are indented to show that they belong to the footnote (as with list items). @@ -878,10 +877,9 @@ Here is a footnote reference,\footnote{Here is the footnote. It can go \stoptyping If you want, you can indent every line, but you can also be lazy and just - indent the first line of each block.} - This should {\em not} be a footnote reference, because it contains a -space.{[}\letterhat{}my note{]} Here is an inline note.\footnote{This is - {\em easier} to type. Inline notes may contain + indent the first line of each block.} This should {\em not} be a footnote +reference, because it contains a space.{[}\letterhat{}my note{]} Here is an +inline note.\footnote{This is {\em easier} to type. Inline notes may contain \useURL[31][http://google.com][][links]\from[31] and \type{]} verbatim characters, as well as {[}bracketed text{]}.} |