21 lines
273 B
Markdown
21 lines
273 B
Markdown
---
|
|
title: Note Liquid tag
|
|
intro: Demonstrates the HTML that becomes of a `note` Liquid tag
|
|
versions:
|
|
fpt: '*'
|
|
ghes: '*'
|
|
ghae: '*'
|
|
ghec: '*'
|
|
type: how_to
|
|
---
|
|
|
|
## Introduction
|
|
|
|
{% note %}
|
|
|
|
**Note!** This is inside the note.
|
|
|
|
{% endnote %}
|
|
|
|
This is outside the note.
|