You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev-docs/update-pandoc-checklist.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,25 @@ Carlos needs to run this:
6
6
-[ ] Run `AWS_PROFILE=... ./package/src/quarto-bld update-pandoc PANDOC_VERSION`
7
7
-[ ] look at `git diff`, specifically for changes in Pandoc templates, and adjust as needed.
8
8
9
+
As a reminder, our templates are kept in the same directories as Pandoc's templates, but with different names. `git diff` will show the diff in Pandoc's template; we have to manually patch
10
+
ours. (We can't just use `patch` because the templates have diverged too much)
11
+
12
+
### Pandoc templates
13
+
14
+
The general rule for the naming is that "format.template" indicates Pandoc naming, and "template.format" indicates ours. Examples below:
0 commit comments