Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kspviswa/myasciidoctorjs

Simple JS port for ASCIIDOCTOR | ASCII --> HTML Generator
https://github.com/kspviswa/myasciidoctorjs

Last synced: 14 days ago
JSON representation

Simple JS port for ASCIIDOCTOR | ASCII --> HTML Generator

Awesome Lists containing this project

README

        

myasciidoctorJS
===============

Simple JS port for ASCIIDOCTOR | ASCII --> HTML Generator.
==========================================================

I am lover of asciidoctor project.
As part of cloud computing course, I am currently learning how to use amazon s3 service.

Hands on JS
===========
Using this opportunity to port the concept of asciidoctor in client-only JavaScripting.
It is fun ☺

- Unordered lists can be generated simply using bullets.
* Item1
* Item2

Viswa [ kspviswa.wordpress.com ]

Source code released on github.com/kspviswa/myasciidoctorJS. Feel free to fork.
Relased under MIT license.

Release notes
=============
Version 1
=========

* Supports only ASCII to HTML conversion
* Supports H1, H2, H3, HR , Unordered Lists.