File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed
Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 55
66**Author:** Niklas Frykholm, <[email protected] > 77**Date:** 31 May 2008
8- **Edited by:** Marcus Thunström (2018-06-14, 2021-05-06 )
8+ **Edited by:** Marcus Thunström (2018-06-14, 2021-05-31 )
99
1010This is an implementation of the popular text markup language Markdown in pure Lua.
1111Markdown can convert documents written in a simple and easy to read text format
@@ -271,16 +271,6 @@ local function strip_html(html)
271271 return text
272272end
273273
274- local function urlize (text )
275- text = text
276- :lower ()
277- :gsub (" [%p ]+" , " -" )
278- :gsub (" ^%-+" , " " )
279- :gsub (" %-+$" , " " )
280-
281- return text == " " and " -" or text
282- end
283-
284274---- ------------------------------------------------------------------
285275-- Hash
286276---- ------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments