Module comments, update example config
This commit is contained in:
parent
5bcc40d573
commit
d97184cd51
9 changed files with 52 additions and 6 deletions
|
|
@ -1,3 +1,5 @@
|
|||
//! File rendering: code highlighting and markdown.
|
||||
|
||||
use crate::config::Config;
|
||||
|
||||
use linemd::Parser;
|
||||
|
|
|
|||
Loading…
Reference in a new issue