Skip to content

Commit

Permalink
add comment about TODO bug for highlighting support
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfenner committed Sep 5, 2024
1 parent efec59f commit 4cb2aad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,8 @@ do_latex() {
local output=$2
mkdir -p "$(dirname ${output})"

# Issue: highlighting breaks diffing due to the \xxxxTok commands generated during highlighting being fragile.
# TODO: https://github.com/TrustedComputingGroup/pandoc/issues/164
# highlighting breaks diffing due to the \xxxxTok commands generated during highlighting being fragile.
echo "Generating LaTeX Output"
local start=$(date +%s)
local cmd=(pandoc
Expand Down

0 comments on commit 4cb2aad

Please sign in to comment.