Article
1. Standard layout (Default)
You can write h1-h4 normally in markdown. However, to write h5 or h6 you need to follow the special syntax below.
Heading 5
This not a design prize given by a design snob committee, it’s a prize by a team that, day in day out, tests and uses Apple software so thoroughly that Apple’s own Senior Vice President of Software Engineering, Craig Federighi, reads their reviews of Apple’s latest OS releases.
Heading 6
This not a design prize given by a design snob committee, it’s a prize by a team that, day in day out, tests and uses Apple software so thoroughly that Apple’s own Senior Vice President of Software Engineering, Craig Federighi, reads their reviews of Apple’s latest OS releases.
[block]
##### **Heading 5**
...
[/block]
[block]
###### **Heading 6**
...
[/block]
2. Advanced Layout
Advanced article layout is a special case layout. You can enable advanced layout on the right side under "Post attribute" by selecting template "Advanced". Each paragraph must be inside a special div.
Section heading
After five years it was time for a complete refresh. We refactored the app and went through the code. The result is a brand new app. iA Writer now works on the betas for the brand new macOS, iPadOS, and iOS. There is another line of text needed here. iA Writer[^1] for Windows now has a brand new library with a nifty outline feature.
<section class="article__box">
<div class="article__box-heading">
<div markdown="1"># Markdown here</div>
</div>
<div class="article__box-text">
<div markdown="1">Markdown here</div>
</div>
</section>
3. Figcaption
Figcaption is common to all article layouts.

[fig]
insert image tag here
[caption]This is a picture description and it can take several lines, sometimes it has a directly linked source[/caption]
[/fig]
4. Footnotes
Footnotes is common to all article layouts. Footnotes can be written normally in markdown. However, sidenotes with url need a special class.
[Text](url)[^1]
---
[^1]: <a class="no-underline" href="#">https://futurecorp.london</a>