Arricchimento con temi e plugin di Marpit.

This commit is contained in:
Emiliano Vavassori 2025-05-08 22:47:54 +02:00
parent 2033c88557
commit 6087a83b6f
12 changed files with 1883 additions and 11 deletions

4
engine.mjs Normal file
View file

@ -0,0 +1,4 @@
// engine.mjs (ES modules)
import markdownItFontawesome from '@kazumatu981/markdown-it-fontawesome'
export default ({ marp }) => marp.use(markdownItFontawesome)