diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2019-12-29 13:56:26 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2019-12-29 13:56:26 +0000 |
| commit | b81d20c5496b8612bb1cf669b614abfbc223829e (patch) | |
| tree | b1a9766c0d7737fe073642dc33025786b41c7afa /root | |
| parent | much improved side-note referencing (diff) | |
| download | mmm-b81d20c5496b8612bb1cf669b614abfbc223829e.tar.gz mmm-b81d20c5496b8612bb1cf669b614abfbc223829e.zip | |
justify all markdown
Diffstat (limited to 'root')
| -rw-r--r-- | root/articles/mmmfs/print: text$moonscript -> fn -> mmm$dom.moon | 2 | ||||
| -rw-r--r-- | root/articles/mmmfs/text$moonscript -> fn -> mmm$dom.moon | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/root/articles/mmmfs/print: text$moonscript -> fn -> mmm$dom.moon b/root/articles/mmmfs/print: text$moonscript -> fn -> mmm$dom.moon index 48b18c4..693d362 100644 --- a/root/articles/mmmfs/print: text$moonscript -> fn -> mmm$dom.moon +++ b/root/articles/mmmfs/print: text$moonscript -> fn -> mmm$dom.moon @@ -7,7 +7,7 @@ import article, h1, h2, h3, section, p, div, a, sup, ol, li, span, code, pre, br from html import moon from (require 'mmm.highlighting').languages - article with _this = class: 'sidenote-container', style: { 'max-width': '640px', 'text-align': 'justify' } + article with _this = class: 'sidenote-container', style: { 'max-width': '640px' } append = (a) -> table.insert _this, a footnote, getnotes = do diff --git a/root/articles/mmmfs/text$moonscript -> fn -> mmm$dom.moon b/root/articles/mmmfs/text$moonscript -> fn -> mmm$dom.moon index 371c0c8..8034805 100644 --- a/root/articles/mmmfs/text$moonscript -> fn -> mmm$dom.moon +++ b/root/articles/mmmfs/text$moonscript -> fn -> mmm$dom.moon @@ -7,7 +7,7 @@ import article, h1, h2, h3, section, p, div, a, sup, ol, li, span, code, pre, br from html import moon from (require 'mmm.highlighting').languages - article with _this = class: 'sidenote-container', style: { 'max-width': '640px', 'text-align': 'justify' } + article with _this = class: 'sidenote-container', style: { 'max-width': '640px' } append = (a) -> table.insert _this, a footnote, getnotes = do |
