abstractml
abstractml copied to clipboard
An HTML abstraction focused on simplicity, with support for JavaScript and CSS. Perfect for experts and beginners!
# Description Rewrote the compile to use a new, more intuitive grammar. ## Type of change Please delete options that are not relevant. - [ ] Bug fix (non-breaking change...
**Describe the bug** Documentation example is broken **To Reproduce** Steps to reproduce the behavior: 1. Go to 'https://github.com/ntrupin/abstractml/tree/master/docs/examples' 4. See error **Expected behavior** The page displays the proper compiled html...
**Is your feature request related to a problem? Please describe.** I am up to my neck in work from both school and my other projects, and need to finish the...
I have an idea, let's add an `import` tag : ``` file1.aml --- h1 -> My Title ``` ``` file2.aml --- import -> file1 h2 -> My Subtitle ``` ##...