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

init.lua - github.com/torch/sundown-ffi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 52eb39313df6c2e572fbb750acb061a2d0495091 (plain)
1
2
3
4
5
6
7
8
9
local sundown = require 'sundown.env'
local html = require 'sundown.html'
local ascii = require 'sundown.ascii'

sundown.render = html.render
sundown.renderHTML = html.render
sundown.renderASCII = ascii.render

return sundown