Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stevebeeblebrox/shml
- Owner: SteveBeeblebrox
- License: mit
- Created: 2020-10-08T00:22:30.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-27T18:36:08.000Z (about 1 year ago)
- Last Synced: 2023-10-27T19:31:45.747Z (about 1 year ago)
- Topics: markup, markup-converter
- Language: TypeScript
- Homepage: https://stevebeeblebrox.github.io/apps/shml/published?src=demo.shml
- Size: 479 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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