Roberto Butti
Roberto Butti
Now, there are: - cover (if exists) (image or html) - TOC - content (pages from markdown) I would like to suggest having an optional "post cover" after the cover...
close #43
In order to load jpg file and png file as cover, make asset/cover.jpg configurable. My proposal is to add image in config['cover']['image'] ``` /** * Cover photo position and dimensions...
I am not a native English speaker :) If you see some mistake or some misspelling in one of markdown doc, please, smile and submit a PR ;) Markdown files...
As discussed briefly with my friend @AlessandroMinoccheri at PHPDay2022 event, it would be nice to add "Symfony staff". Something like "Laravel Stuff". This is just a placeholder as a reminder....
Added the page header rendering. To allow the page header rendering: - added the `header` config for the CSS style for the page header - added the frontmatter capabilities (the...
After adding the support for PHP8.2, I also performed some checks within PHP 8.3 (added php 8.3 also in the GitHub Actions workflow matrix)
Support for Symfony 7
- upgrade and check with PHP 8.2 - upgrade code using new renderer of Commonmark - upgrade GitHub Actions workflow - using Pint with PSR12 - added configuration for cover...
If I click on a link on the NavBar on the Left, I would like to "jump" to the correct anchor on the right Maybe is Fragment missing?