Simplified HTML Markup Language (Or Simplified Hypertext Markup Language Markup Language) is a lightweight markup language parser built in JavaScript. The syntax is similar to that of Markdown, but with changes to make some things more intuitive. This software is distributed under the MIT license. A demo of SHML can be found here.
SHML blocks most forms of script injection; however, older browsers may stil have vulnerabilities. If security is important, use a dedicated sanitizer on the output from SHML before writing it to a document.
This README is out of date, changes coming soon!
- More syntax highlighters for Rust and other languages
- CLI Tool
- Wiki for documentation