This block is shared with other pages and editing one changes all other instances.
<aside>
💡 This is a callout which turns into a <div class="notices note"></div> block.
</aside>
This is a bulleted list inside a synced block
And back up.
[ ] And one thing to do : this todo list should be distinct from the list above, but it is rendered as if they were the same list.
| Code | Actual computed value for this page |
|---|---|
{{</* param “id” */>}} |
{{< param “id” >}} |
{{</* param “title” */>}} |
{{< param “title” >}} |
{{</* param “slug” */>}} |
{{< param “slug” >}} |
Hugo shortcodes can be included in the Notion pages.
For instance, this shortcode has the same effect as a note callout :
{{%/* notice “note” */%}}
I’m a note callout
{{%/* /notice */%}}
as you can see here 👇:
{{% notice “note” %}} I’m a note callout {{% /notice %}}