Skip to content

v1.4.0

Choose a tag to compare

@LebCit LebCit released this 13 Jun 20:04
· 119 commits to main since this release

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 SMP into LiteNode.
  • Add methods based on SMP to LiteNode.
  • Add new methods definitions to LiteNode's declaration file.
  • Update README
  • Bump LiteNode version and publish.