Skip to content

Commit

Permalink
Updated templates for pandoc 2.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Aug 22, 2022
1 parent e172676 commit 7c4f7cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion default.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ $if(date)$
:Date: $^$$date$
$endif$
$if(address)$
:Addresss: $^$$address$
:Address: $^$$address$
$endif$
$if(contact)$
:Contact: $^$$contact$
Expand Down
2 changes: 1 addition & 1 deletion styles.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
div.columns{display: flex; gap: min(4vw, 1.5em);}
div.column{flex: 1;}
div.column{flex: auto; overflow-x: auto;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
ul.task-list li input[type="checkbox"] {
Expand Down

0 comments on commit 7c4f7cb

Please sign in to comment.