SimpleML is a text markup language created with python. it's focused on more tags and less complexity. let's see SimpleML features more
When you write a SimpleML document. it will return a html. in simpleml_parser there's a variable named "simpleml_doc", by changing that to your custom document you can get a html output
In HTML a big heading code looks like this
<h1>Heading</h1>
But in SimpleML
(head1)Heading(/head)
- Supporting the .sml format as SimpleML Document
- Connecting code to a pip package