20 Oct
2025
20 Oct
'25
8:57 a.m.
On Mon, 20 Oct 2025 at 02:02, William Park <opengeometry@yahoo.ca> wrote:
- How did you get the "code block"? Did you use triple-backticks (``` ... ```)?
The entire site is rendered by Doxygen https://www.doxygen.nl/ Most text not generated by special comment blocks in the source code is created using Markdown, so yes, code blocks are entered using triple-backticks (mostly for C++, so ```CPP ... ``` Note that the main page just uses the README.md file from the parent GIT repository at https://github.com/MLXXXp/Arduboy2 , so it matches the description of that repository. -- Scott