Markup v0.1.0 #2
jarroddavis68
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Markup — Document Authoring Language
Write documents, not HTML. Every construct follows the same
{tag "content"}pattern — variables, conditionals, iteration, and component definitions all use the same syntax. A Markup document compiles to clean, semantic HTML.Highlights
{tag "content"}, no mode switches, no special cases, no ambiguous parsing contexts"...", so the parser knows exactly what to preserve{=expr | filter}interpolation with chainable transforms{=data.path}interpolationMarkup.dll, integrate from Delphi, C/C++, or any FFI-capable language.htmlfiles with optional browser launch viamarkup_convert_to_fileTestbed demos:
Each demo produces a standalone HTML file in
bin/output/demonstrating the feature set.Quick start (Delphi):
Quick start (C/C++):
Documentation: See docs/Specs.md for the language specification, docs/API.md for the complete DLL API reference, and docs/User.md for the practical usage guide.
Requirements: Windows 10/11 x64. Building from source requires Delphi 12.x or higher.
File Integrity
Files are signed with minisign using this public key:
RWQqjFkbJ5MpCO03yJuQV8NBQGP5iGhb4nxIbw31Oa0ctj3nWi75ZollThis discussion was created from the release Markup v0.1.0.
Beta Was this translation helpful? Give feedback.
All reactions