v1.4.0
New Feature
Added Simple Markdown Parser (SMP) to LiteNode 🔥
Details
Inspired by Blog-Doc, the process of parsing Markdown files has been enhanced and integrated into LiteNode.
LiteNode's Markdown handling capabilities allow for flexible and powerful parsing, rendering, and serving of Markdown content. Whether you need to parse individual files, multiple files from a directory, extract specific properties from the frontmatter or add IDs to headings, LiteNode provides the tools necessary to efficiently manage and utilize Markdown content in your applications.
A detailed documentation of these new capabilities, along with simple examples are available in the Markdown section of LiteNode's documentation.
Changes
- Add
SMP(Simple Markdown Parser) - Load
SMPintoLiteNode. - Add methods based on
SMPtoLiteNode. - Add new methods definitions to LiteNode's declaration file.
- Update README
- Bump LiteNode version and publish.