Skip to content

Commit

Permalink
Disable citations extention
Browse files Browse the repository at this point in the history
Signed-off-by: Y. Meyer-Norwood <106889957+norwd@users.noreply.github.com>
  • Loading branch information
norwd authored Jan 5, 2025
1 parent d054ba0 commit c426bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
pandoc --metadata-file=authors.yaml --template=GitHub.html5 --include-in-header=header.html --from markdown+yaml_metadata_block+backtick_code_blocks+fenced_code_attributes+inline_notes+emoji-implicit_figures+shortcut_reference_links+spaced_reference_links+autolink_bare_uris-citations --to html --standalone $< --output $@
%.txt: %.md
pandoc --from markdown --to plain+gutenberg --wrap=none $< --output $@
pandoc --from markdown-citations --to plain+gutenberg --wrap=none $< --output $@
EOF
Expand Down

0 comments on commit c426bac

Please sign in to comment.