Alex Kocharin
1845175502
Allow node.js to exit naturally
Calling `process.exit()` can cause process to abort before the entire text
is written to the stdout.
When I tested this, out of 1.8Mb binary only 65536 bytes had been written.
9 years ago
Vitaly Puzrin
52a6dc3bb8
Added basic CLI support. Related to #60 , #9
10 years ago
Vitaly Puzrin
bf5c585a01
Moved testing CLI script to another location, to avoid confusion. Related to #60 , #9
10 years ago
Vitaly Puzrin
66948b893e
Fixed options in cli script
10 years ago
Vitaly Puzrin
9afffbaefd
Changed project name, links, attribution & updated constructor call
10 years ago
Vitaly Puzrin
671fd4f3ed
eslint rules & coding style update
10 years ago
Vitaly Puzrin
a4afaa4ccb
Freeze default rules set (~ equal to GFM). Added `full` preset to enable everything.
10 years ago
Vitaly Puzrin
b27c630815
Code structure and options refactoring
10 years ago
Vitaly Puzrin
1342db2d96
Added typographer draft
10 years ago
Vitaly Puzrin
56282f2b32
Moved specsplit script to `support`
10 years ago
Alex Kocharin
5e93d7c430
Updated specsplit options and tests
10 years ago
Vitaly Puzrin
c384f13798
API & options names polish
10 years ago
Vitaly Puzrin
5d89fd85b0
Added inline html tags support
10 years ago
Vitaly Puzrin
a8e6bab747
Reworked html parse in block lexer + added `html` option
10 years ago
Vitaly Puzrin
e0a153fe09
fences, heading, list fixes for stmd cases
10 years ago
Vitaly Puzrin
8000a08891
Added stmd spec processor tool
10 years ago
Vitaly Puzrin
a8f9ea5b57
replaced jshint with eslint for better style check
10 years ago
Vitaly Puzrin
c72bba2090
Added lexer/renderer stubs
10 years ago