diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -125,10 +125,7 @@ def hello(name): ### Horizontal Offset ```html -<span class="hspace-large">indented text</span> <!-- inline: shifts this fragment right on the line --> -<div class="hspace-large">indented block</div> <!-- block: indents the whole line/block --> -<span style="padding-left: 8em">custom</span> <!-- custom offset: needs HTML mode (inline styles are stripped by Marp's sanitizer otherwise) --> -<!-- classes: tiny 0.5em, small 1em, medium 2em, large 3em, xlarge 4em, xxlarge 5em, hspace-6..10 (em). Replaces fragile runs. --> +<span style="padding-left: 3em">indented text</span> <!-- requires HTML mode (marp --html / "html": true); inline styles are stripped by Marp's sanitizer otherwise --> ``` ## Themes |
