0.4.2 • Published 7 months ago
@puzzlet/templatedx v0.4.2
Overview
TemplateDX is a declarative, extensible & composable template engine based on Markdown and JSX.
TemplateDX uses a straightforward, readable syntax to enhance the developer experience for those using templating engines.
TemplateDX was built as the foundation for PromptDX and is inspired by MDX.
Example
import Blog from './blog.mdx';
# Main
<Blog title="Turtles">
Turtles are really cool...
</Blog>
Features
TemplateDX supports:
- Syntax Highlighting
- Markdown
- Variables
- Filters
- Components
- JSX Tags
- Expressions
Read our docs to learn more.
Contributing
We welcome contributions! Please check out our contribution guidelines for more information.
Community
Join our community to collaborate, ask questions, and stay updated:
License
This project is licensed under the MIT License.