As of July 2020 GitHub Markdown supports pipe tables. Signed-off-by: Paul Moore <paul@xxxxxxxxxxxxxx> --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9bd0ffa..f41bb16 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,8 @@ PDF_OUT = SELinux_Notebook.pdf SED = sed PANDOC = pandoc -PANDOC_OPTS=-V mainfont='DejaVu Serif' -V monofont='DejaVu Sans Mono' +PANDOC_OPTS = --from markdown+pipe_tables +PANDOC_OPTS += -V mainfont='DejaVu Serif' -V monofont='DejaVu Sans Mono' # the individual section files, in order FILE_LIST = $(shell cat src/section_list.txt)