Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gengjiawen/asciidoctorrender
This is a demo project for how to render asciidoctor using asciidoctor.js
https://github.com/gengjiawen/asciidoctorrender
Last synced: 16 days ago
JSON representation
This is a demo project for how to render asciidoctor using asciidoctor.js
- Host: GitHub
- URL: https://github.com/gengjiawen/asciidoctorrender
- Owner: gengjiawen
- Created: 2016-07-24T15:24:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-21T10:58:53.000Z (over 8 years ago)
- Last Synced: 2024-12-08T18:58:27.623Z (21 days ago)
- Language: JavaScript
- Homepage:
- Size: 98.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= Acsiidoctor Render
Geng Jiawen
[email protected]
:toc:
:toclevels: 3
:sectnums:
:sectnumlevels: 2
:source-highlighter: hightlightjsThis is a rendering app for realtime render asciidoctor to html.
Include web implementation and electron implementation.image:https://travis-ci.org/gengjiawen/AsciidoctorRender.svg?branch=master["Build Status", link="https://travis-ci.org/gengjiawen/AsciidoctorRender"]
== How to play
=== For web
[source]
bower installopen asciidoctor.html in browser
=== For electron build
Run **bower install** First.
run **npm run package-all** or use electron builder, please see package.json scripts part for detail.== Dependencies
* asciidoctor.js
* React
* highlight.js
* babel== Todo
* add download button
* add other common operation, like Bold and italic== Build likns
https://github.com/electron-userland/electron-builder/wiki/Multi-Platform-Build== License
MIT