aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Igne <git@federicoigne.com>2022-06-08 21:11:51 +0100
committerFederico Igne <git@federicoigne.com>2022-06-08 21:11:51 +0100
commitab2f021f4a5d5a5f2174ad5f0801d7ee07fabb53 (patch)
tree80a1f33514d5fc3396ed6b21246167e551e2fb0f
parent1d24c485cfcff60e75deba745f6e2522bc440b99 (diff)
downloadpangler-ab2f021f4a5d5a5f2174ad5f0801d7ee07fabb53.tar.gz
pangler-ab2f021f4a5d5a5f2174ad5f0801d7ee07fabb53.zip
fix: internal section links
-rw-r--r--README.md6
-rw-r--r--README.pdfbin277696 -> 277696 bytes
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 28a9eed..723636c 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ A minimal block of code, recognized by `pangler`, with ID `identifier` is
36~~~ 36~~~
37 37
38Code blocks can contain **code macros** of the form `<<identifier>>` where `identifier` is a valid code block ID. 38Code blocks can contain **code macros** of the form `<<identifier>>` where `identifier` is a valid code block ID.
39Code macros will be recursively substituted by the corresponding code snippet during [code generation][Tangling: generating the source files]. 39Code macros will be recursively substituted by the corresponding code snippet during [code generation](#tangling-generating-the-source-files).
40A code macro needs to be placed in its own line, with an optional (whitespace) indentation, used during code generation to indent the code snippet. 40A code macro needs to be placed in its own line, with an optional (whitespace) indentation, used during code generation to indent the code snippet.
41 41
42Additional attributes and classes can be added to a code block, as well; 42Additional attributes and classes can be added to a code block, as well;
@@ -75,7 +75,7 @@ The following code block determines the content of file `path/to/file.py`.
75``` 75```
76~~~ 76~~~
77 77
78This path is relative to the current working directory, unless [the `-o`/`--output` flag is used][Command Line Interface]. 78This path is relative to the current working directory, unless [the `-o`/`--output` flag is used](#command-line-interface).
79 79
80Code blocks without an ID are ignored. 80Code blocks without an ID are ignored.
81 81
@@ -206,7 +206,7 @@ let config = Config::parse();
206``` 206```
207 207
208`pangler` accepts a sequence of files that will be parsed, code will be collected and used to build the final program. 208`pangler` accepts a sequence of files that will be parsed, code will be collected and used to build the final program.
209Note that the order of the file provided on the CLI is important when using the [overriding functionality][Writing programs]. 209Note that the order of the file provided on the CLI is important when using the [overriding functionality](#writing-programs).
210 210
211```{#config_input .rust} 211```{#config_input .rust}
212/// Input files 212/// Input files
diff --git a/README.pdf b/README.pdf
index 46974a3..c0637da 100644
--- a/README.pdf
+++ b/README.pdf
Binary files differ