aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-11-03 12:01:29 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-11-03 12:03:05 -0700
commit2f652638516fb82fd809842517c07d620e18c40c (patch)
treed46573fa3d5e0bb751215d98f45c132dba429119 /data
parent9a004b86c92119a499d91ae075b5e68c81136795 (diff)
downloadpandoc-2f652638516fb82fd809842517c07d620e18c40c.tar.gz
AsciiDoc writer: use single-line section headers.
The underline style is now deprecated. Previously `--atx-headers` would enable the single-line style; now the single-line style is always used. Closes #5038.
Diffstat (limited to 'data')
-rw-r--r--data/templates/default.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/default.asciidoc b/data/templates/default.asciidoc
index 27215469a..a89dc4520 100644
--- a/data/templates/default.asciidoc
+++ b/data/templates/default.asciidoc
@@ -1,5 +1,5 @@
$if(titleblock)$
-$title$
+= $title$
$if(author)$
$for(author)$$author$$sep$; $endfor$
$endif$