Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kspviswa/myasciidoctorjs
- Owner: kspviswa
- License: mit
- Created: 2014-08-09T19:44:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-09T21:12:49.000Z (over 10 years ago)
- Last Synced: 2024-10-11T18:55:15.797Z (about 1 month ago)
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
* Item2Viswa [ 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.