diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2018-11-15 05:53:35 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2018-11-15 05:53:35 +0000 |
| commit | 9e1e8b25de194665abcbd374a4cfe4c78b6c013e (patch) | |
| tree | 17a7a13c1e08438a5bea70823ae9e9b78b249f24 /root | |
| parent | update mmm.component docs (diff) | |
| download | mmm-9e1e8b25de194665abcbd374a4cfe4c78b6c013e.tar.gz mmm-9e1e8b25de194665abcbd374a4cfe4c78b6c013e.zip | |
make links black
Diffstat (limited to 'root')
| -rw-r--r-- | root/meta/text$moonscript -> fn -> mmm$dom.moon | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/root/meta/text$moonscript -> fn -> mmm$dom.moon b/root/meta/text$moonscript -> fn -> mmm$dom.moon index bff47be..65ba93f 100644 --- a/root/meta/text$moonscript -> fn -> mmm$dom.moon +++ b/root/meta/text$moonscript -> fn -> mmm$dom.moon @@ -3,8 +3,8 @@ import div, h3, p, br, ul, li, b, a from require 'mmm.dom' => div { style: { 'max-width': '700px' }, h3 @gett 'title: text/plain', style: { 'margin-bottom': '-.5em' }, - p "mmm is a collection of Lua/Moonscript modules for web development.", - "All modules are 'polymorphic' - they can run in the ", (b 'browser'), + p "mmm is a collection of Lua/Moonscript modules for web development. + All modules are 'polymorphic' - they can run in the ", (b 'browser'), ", using the native browser API for creating and interacting with DOM content, as well as on the ", (b 'server'), ", where they operate on and produce equivalent HTML strings." p "As the two implementations of each module are designed to be compatible, |
