diff options
author | Aditya Mahajan <adityam@umich.edu> | 2011-08-23 10:30:57 -0400 |
---|---|---|
committer | Aditya Mahajan <adityam@umich.edu> | 2011-08-23 10:30:57 -0400 |
commit | 439e7f0d419234dbb92046a3f1672d3f6498c9e4 (patch) | |
tree | c625ed98558fe5f4e2d51efb3b0499ec1ec06121 /default.context | |
parent | a3ceaffed42065ab33038149dc3185a7f308cf57 (diff) | |
download | pandoc-439e7f0d419234dbb92046a3f1672d3f6498c9e4.tar.gz |
Blockquote are now in the core
Diffstat (limited to 'default.context')
-rw-r--r-- | default.context | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/default.context b/default.context index 2ad7399ce..a9ce8e09d 100644 --- a/default.context +++ b/default.context @@ -29,25 +29,13 @@ \setupthinrules[width=15em] % width of horizontal rules -% for block quotations -\unprotect - -\startvariables all -blockquote: blockquote -\stopvariables - -\definedelimitedtext - [\v!blockquote][\v!quotation] - \setupdelimitedtext - [\v!blockquote] - [\c!left=, - \c!right=, - \c!before={\blank[medium]}, - \c!after={\blank[medium]}, + [blockquote] + [before={\blank[medium]}, + after={\blank[medium]}, + indentnext=no, ] -\protect $for(header-includes)$ $header-includes$ $endfor$ |