Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/sundown-ffi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-29support bit32 (lua 5.2)Ronan Collobert
2016-07-13bit includesoumith
2016-04-05Define options to nilNicolas Vasilache
Can't modify the call, let's try again with initializing options to nil. This passes my local check.
2016-04-05Options is uninitializedNicolas Vasilache
I can't see it coming globally from anywhere else, options would also be a pretty brutal global name. Proposing to cleanup in the call.
2016-02-03Lua 5.1 fixessoumith
2014-03-20fix verbatim output (missing linebreak)Ronan Collobert
2014-03-20added "namespace" (prefix) sd_ for all the markdown libraryRonan Collobert
2014-03-19make sure require sundown.ascii works standaloneRonan Collobert
2014-03-19added support for color ascii renderingRonan Collobert