All official documents for the Animexx e. V. can be found here.
- Docker (Desktop)
- Visual Studio Code with Dev Containers extension.
Open the project with a dev container.
To create a local preview, run the following command:
zensical serveIt is important to activate the environment for the terminal before running the command.
Use the diff.py script to generate an HTML document highlighting the differences between two Markdown files. The script first converts both files to HTML using pandoc and then compares them with wdiff. Additions are highlighted in green, while deletions are highlighted in red.
The following tools must be installed and available in your PATH:
- pandoc
wdiff
python diff.py ./OLD.md ./NEW.mdThe generated HTML file can be opened in any web browser and printed or exported as a PDF.