/
niceSOFT
/
libcap
Обзор
Документация
Войти
/
niceSOFT
/
libcap
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
doc/md2html.lua
6 строк
240 B
Andrew G. Morgan
More experiments with markdown as a representation for the man pages.
12 июл 2020, 03:19
12 июл 2020, 03:19
a83d142
Код
Авторство
О чём код?
-- This is the links-to-html.lua example from stackoverflow: -- https://stackoverflow.com/questions/40993488/convert-markdown-links-to-html-with-pandoc function Link(el) el.target = string.gsub(el.target, "%.md", ".html") return el end