Skip to content

Commit c95e21c

Browse files
committed
chore - remove checkbox in checklist
1 parent bca6583 commit c95e21c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

dev-docs/update-pandoc-checklist.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
Carlos needs to run this:
44

5-
- [x] Ensure archives are upgraded
6-
- [x] Run `AWS_PROFILE=... ./package/src/quarto-bld update-pandoc PANDOC_VERSION`
5+
- [ ] Ensure archives are upgraded
6+
- [ ] Run `AWS_PROFILE=... ./package/src/quarto-bld update-pandoc PANDOC_VERSION`
77
- [ ] look at `git diff`, specifically for changes in Pandoc templates, and adjust as needed.
88

99
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
@@ -25,7 +25,6 @@ Partials:
2525
- Ours:
2626
- src/resources/formats/beamer/pandoc/common.latex
2727

28-
2928
## Manual steps
3029

3130
- [ ] Update schemas by inspecting [their changelog](https://github.com/jgm/pandoc/blob/main/changelog.md) for new commands, deprecation removals, etc

0 commit comments

Comments
 (0)