Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stevebeeblebrox/shml

Simplified HTML Markup Language - A JavaScript markup converter
https://github.com/stevebeeblebrox/shml

markup markup-converter

Last synced: 11 days ago
JSON representation

Simplified HTML Markup Language - A JavaScript markup converter

Awesome Lists containing this project

README

        

# SHML ![GitHub](https://img.shields.io/github/license/SteveBeeblebrox/SHML?style=flat-square) ![GitHub last commit](https://img.shields.io/github/last-commit/SteveBeeblebrox/SHML?style=flat-square) ![GitHub issues](https://img.shields.io/github/issues-raw/SteveBeeblebrox/SHML?style=flat-square) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/SteveBeeblebrox/SHML?style=flat-square) ![GitHub contributors](https://img.shields.io/github/contributors/SteveBeeblebrox/SHML?color=007EC6&style=flat-square) ![GitHub Repo stars](https://img.shields.io/github/stars/SteveBeeblebrox/SHML?style=flat-square)
***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](https://stevebeeblebrox.github.io/apps/shml).

***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