aboutsummaryrefslogtreecommitdiffstats
path: root/root/articles/mmmfs/references
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2019-12-29 17:56:23 +0000
committers-ol <s-ol@users.noreply.github.com>2019-12-29 17:56:23 +0000
commitb0b26d2a9dcd4944d9aae90480591793691730c1 (patch)
tree18d6205b61d3a70ad74374c57942edc5d0af0c3e /root/articles/mmmfs/references
parentclean up editor a bit (diff)
downloadmmm-b0b26d2a9dcd4944d9aae90480591793691730c1.tar.gz
mmm-b0b26d2a9dcd4944d9aae90480591793691730c1.zip
marginnote embedding
Diffstat (limited to 'root/articles/mmmfs/references')
-rw-r--r--root/articles/mmmfs/references/text$moonscript -> fn -> mmm$dom.moon6
1 files changed, 4 insertions, 2 deletions
diff --git a/root/articles/mmmfs/references/text$moonscript -> fn -> mmm$dom.moon b/root/articles/mmmfs/references/text$moonscript -> fn -> mmm$dom.moon
index 333900b..59b5c54 100644
--- a/root/articles/mmmfs/references/text$moonscript -> fn -> mmm$dom.moon
+++ b/root/articles/mmmfs/references/text$moonscript -> fn -> mmm$dom.moon
@@ -2,8 +2,10 @@
html = require 'mmm.dom'
import div, h1, ol, li from html
+ refs = for ref in *@children
+ li ref\gett 'mmm/dom'
div {
h1 "references"
- ol for ref in *@children
- li ref\gett 'mmm/dom'
+ ol with refs
+ refs.style = 'line-height': 'normal'
}