Update Preprocessors authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel
......@@ -13,7 +13,11 @@ ist used.
The main routine for preprocessing is
* [preproc_topic.sh](#preproc_topicsh)
The main tools for the preprocessor are regular expressions and [`sed`](https://www.gnu.org/software/sed/). These tools are used in order to translate `keys` for working groups or staff members into predefined values. These values are extracted from the corresponding files in [`/static`](Repository-Structure#static)
The main tools for the preprocessor are regular expressions and [`sed`](https://www.gnu.org/software/sed/). These tools are used in order to translate `keys` for working groups or staff members into predefined values. These values are extracted from the corresponding files in [`/static`](Repository-Structure#static).
The following image shows the header of a markdown file before and after the preprocessor run
![image](uploads/d1dc50e617149a6be0bafe37abdff6a1/image.png)
## `preproc_wg.sh`
......
......