abstractml
abstractml copied to clipboard
An import tag to import other aml files
I have an idea, let's add an import
tag :
file1.aml
---
h1 -> My Title
file2.aml
---
import -> file1
h2 -> My Subtitle
Result :
<h1>My Title</h1>
<h2>My Subtitle</h2>
I like the idea! I’ll get prototyping as soon as I can.
School has been a bit crazy, and this project has been (sadly) inactive, but I’m looking forward to adding new functionality!