Skip to content

Commit

Permalink
[NFC] Format tables for better preview in github and vscode. (#163)
Browse files Browse the repository at this point in the history
Change table to an implementation which github and vscode understand.  Doesn't change generated pdf.
  • Loading branch information
darthscsi authored Jan 23, 2024
1 parent 547b010 commit 85e2337
Show file tree
Hide file tree
Showing 2 changed files with 123 additions and 213 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ clean:
rm -rf build

format:
find . -type f -name '*.md' | xargs -IX pandoc -o X --wrap=preserve X
find . -type f -name '*.md' | xargs -IX pandoc -o X --wrap=preserve -t markdown+pipe_tables-multiline_tables-grid_tables X

images: $(IMG_EPSS) $(IMG_PNGS)

Expand Down
Loading

0 comments on commit 85e2337

Please sign in to comment.