Privacy Policy
Snippets index

  Markdown notes

Table of contents:

[[_TOC_]]

A simple method for scaling images:

<div style="width:20%; margin: auto;">
    ![A caption goes here](x-devonthink-item://9204B0C4-3CA5-4975-BFAE-F401533AEDA9)
</div>

from: https://discourse.devontechnologies.com/t/markdown-a-simple-method-for-scaling-images/70035

A link with no text:

<http://example.com/>

Hard line break (for PDF export)

<div style="page-break-after: always; break-after: page;"></div>