Skip to content

SteveBeeblebrox/SHML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SHML GitHub GitHub last commit GitHub issues GitHub code size in bytes GitHub contributors GitHub Repo stars

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!

Planned Features

  1. More syntax highlighters for Rust and other languages
  2. CLI Tool
  3. Wiki for documentation