diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2019-12-29 17:56:23 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2019-12-29 17:56:23 +0000 |
| commit | b0b26d2a9dcd4944d9aae90480591793691730c1 (patch) | |
| tree | 18d6205b61d3a70ad74374c57942edc5d0af0c3e /root/articles/mmmfs/references | |
| parent | clean up editor a bit (diff) | |
| download | mmm-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.moon | 6 |
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' } |
