File: init.lua

package info (click to toggle)
lua-torch-sundown 0~20160829-g17ea705-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 324 kB
  • ctags: 310
  • sloc: ansic: 3,543; sh: 75; makefile: 9
file content (9 lines) | stat: -rw-r--r-- 226 bytes parent folder | download | duplicates (2)
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