aboutsummaryrefslogtreecommitdiff
path: root/default.context
diff options
context:
space:
mode:
authorAditya Mahajan <adityam@umich.edu>2011-08-23 10:30:57 -0400
committerAditya Mahajan <adityam@umich.edu>2011-08-23 10:30:57 -0400
commit439e7f0d419234dbb92046a3f1672d3f6498c9e4 (patch)
treec625ed98558fe5f4e2d51efb3b0499ec1ec06121 /default.context
parenta3ceaffed42065ab33038149dc3185a7f308cf57 (diff)
downloadpandoc-439e7f0d419234dbb92046a3f1672d3f6498c9e4.tar.gz
Blockquote are now in the core
Diffstat (limited to 'default.context')
-rw-r--r--default.context20
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$