Supports the following directives:
1. <!-- [include <list of note names>] --> Inline copy pastes the content of each note name listed in order, equivalent to a C #include preprocessor directive
2. <!-- [link note_name optional_visible_name] --> Creates a link called optional_visible_name if present, other wise called note_name and links to the note called note_name
3. <!-- [image <list of image_name>] --> Inserts image inline, if multiple images are specified, they are placed horizontally adjacent in the note
4. <!-- [nobuild] --> Indicates that the note containing this directive should not be displayed in any filter in the build subtree. The note will still exist under `build/.flat_notes`
This project depends on libc++ (LLVM implementation) due to the use of the filesystem header. To install the required packages run the following command
sudo apt-get install libc++-10-dev libc++abi-10-dev
For more information check out:
https://libcxx.llvm.org/docs/UsingLibcxx.html#using-libc-on-linux
https://apt.llvm.org/