Skip to content

Commit 29c16c5

Browse files
committed
do not wrap markdown title (#13421)
1 parent 3043993 commit 29c16c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/pandoc/templates/default.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
$if(title)$
2-
# $title$
2+
# $title/nowrap$
33
$endif$
44
$for(by-author)$$it.name.literal$$sep$, $endfor$
55
$if(date)$

0 commit comments

Comments
 (0)