diff options
Diffstat (limited to '$mmm/plugins/code')
| -rw-r--r-- | $mmm/plugins/code/scripts: text$lua -> fn -> text$html+frag.lua | 2 | ||||
| -rw-r--r-- | $mmm/plugins/code/scripts: text$moonscript -> fn -> text$html+frag.moon | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/$mmm/plugins/code/scripts: text$lua -> fn -> text$html+frag.lua b/$mmm/plugins/code/scripts: text$lua -> fn -> text$html+frag.lua index 87a182f..96c4b0d 100644 --- a/$mmm/plugins/code/scripts: text$lua -> fn -> text$html+frag.lua +++ b/$mmm/plugins/code/scripts: text$lua -> fn -> text$html+frag.lua @@ -1,5 +1,3 @@ -local tourl -tourl = (require('mmm.mmmfs.util'))({ }).tourl return function(self) return "\n <link rel=\"stylesheet\" type=\"text/css\" href=\"" .. tostring(self:gett('style: URL -> text/css')) .. "\" />" .. [[<!-- <link rel="stylesheet" type="text/css" href="//unpkg.com/codemirror@5.49.2/lib/codemirror.css" /> diff --git a/$mmm/plugins/code/scripts: text$moonscript -> fn -> text$html+frag.moon b/$mmm/plugins/code/scripts: text$moonscript -> fn -> text$html+frag.moon index 9799ac6..e158e2b 100644 --- a/$mmm/plugins/code/scripts: text$moonscript -> fn -> text$html+frag.moon +++ b/$mmm/plugins/code/scripts: text$moonscript -> fn -> text$html+frag.moon @@ -1,5 +1,3 @@ -import tourl from (require 'mmm.mmmfs.util') {} - => " <link rel=\"stylesheet\" type=\"text/css\" href=\"#{@gett 'style: URL -> text/css'}\" />" .. |
