Module comments, update example config

This commit is contained in:
Pascal Engélibert 2026-07-31 21:23:09 +02:00
commit d97184cd51
9 changed files with 52 additions and 6 deletions

View file

@ -1,3 +1,5 @@
//! File rendering: code highlighting and markdown.
use crate::config::Config;
use linemd::Parser;