Improve template and correct reference errors

This commit is contained in:
Wikiti 2020-02-03 18:43:19 +00:00
parent 8539c34d81
commit 1411555be5
2 changed files with 11 additions and 3 deletions

View File

@ -18,9 +18,17 @@ MATH_FORMULAS = --webtex
CSS_FILE = style.css CSS_FILE = style.css
CSS_ARGS = --css=$(CSS_FILE) CSS_ARGS = --css=$(CSS_FILE)
# FILTER_ARGS = --filter pandoc-crossref # Debugging
# DEBUG_ARGS = --verbose # DEBUG_ARGS = --verbose
# Pandoc filtes - uncomment the following variable to enable cross references filter. For more
# information, check the "Cross references" section on the README.md file.
# FILTER_ARGS = --filter pandoc-crossref
# Combined arguments
ARGS = $(TOC) $(MATH_FORMULAS) $(CSS_ARGS) $(METADATA_ARGS) $(FILTER_ARGS) $(DEBUG_ARGS) ARGS = $(TOC) $(MATH_FORMULAS) $(CSS_ARGS) $(METADATA_ARGS) $(FILTER_ARGS) $(DEBUG_ARGS)
PANDOC_COMMAND = pandoc PANDOC_COMMAND = pandoc

View File

@ -17,9 +17,9 @@ A bigger seagull:
This is the second subsection. This is the second subsection.
Please, check [First] subsection. Please, check [First: Images] subsection.
Please, check [this](#first) subsection. Please, check [this](#first-images) subsection.
| Index | Name | | Index | Name |
| ----- | ---- | | ----- | ---- |