Changes in this release
- Moved
Markdig.Extensions.Xmd
library to it's own repo. - Moved Xmd rendering logic from
Index
toXmdContentComponent
- Simpified
Index.razor
- Added an option to override default
favicon.ico
- Removed unused files from
wwwroot
. - Updated
PrismJS
tov1.29.0
- Removed global MarkdownPipeline to be able to customize XmdCSCompiler's working directory
- Bumped
LangVersion
to11
(.NET 7) - Change from
ServerPrerendered
toServer
mode render in body and head
Bugfixes
- Reworked content loading mechanism to indicate ongoing action (sort-of fixes #1)
- Updated
Markdig.Extensions.Xmd
tov2.0.0
, that now usesdotnet-script
for Xmd C# rendering (#2) - Made content file path case insensitive (#9)
- Fixed MathJax rendering issue (#10)
How to use?
docker pull cr.czsoft.hu/czsoft/cwct-ma:v4.2.0-build20
Full Changelog: v4.1.0-build19...v4.2.0-build20