Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

SimpleML | Simple Markup Language

SimpleML is a text markup language created with python. it's focused on more tags and less complexity. let's see SimpleML features more

Convertable to HTML

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

Diffrent Syntax

In HTML a big heading code looks like this

<h1>Heading</h1>

But in SimpleML

(head1)Heading(/head)

More Features that will be added

  • Supporting the .sml format as SimpleML Document
  • Connecting code to a pip package

About

SimpleML | Simple Markup Language

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages