Codeberg has something similar: see https://docs.codeberg.org/codeberg-pages/ On 10/20/25 08:57, Scott Allen via Talk wrote:
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.
-- David Collier-Brown, | Always do right. This will gratify System Programmer and Author | some people and astonish the rest davecb@spamcop.net | -- Mark Twain