Skip to content

show markup file on browser at realtime (Node.js npm package)

Notifications You must be signed in to change notification settings

ryotakato/show-markup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

show-markup

show markup file on browser at realtime

support Lightweight markup language

  • Markdown (*.md, *.markdown)
  • Textile (*.tt, *.textile)

Install

$ npm install -g show-markup

Usage

$ show-markup

open http://localhost:3000 on browser.
show file or directory list of 'current working directory'

ex.

here
|- aaa.markdown
|- bbb.textile
|- ccc.txt
`- ddd (directory)
    |- eee.md
    `- fff.tt

so,

http://localhost:3000 on browser

aaa.markdown
bbb.textile
ddd

http://localhost:3000/ddd on browser

eee.md
fff.tt

next, click file link. draw markup file as HTML.

edit markup file, display file as HTML.

Test

  • using Travis CI

License

Copyright (c) 2012, Ryota Kato (MIT License).

About

show markup file on browser at realtime (Node.js npm package)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published