Improve template and correct reference errors
This commit is contained in:
parent
8539c34d81
commit
1411555be5
10
Makefile
10
Makefile
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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 |
|
||||||
| ----- | ---- |
|
| ----- | ---- |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue