Skip to content

Commit

Permalink
does this hide it?
Browse files Browse the repository at this point in the history
  • Loading branch information
Helveg committed Sep 27, 2024
1 parent 01bbb8d commit 5010779
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---

permalink: /index.html

---

# GitHub Flavored Admonitions
Expand All @@ -24,35 +26,35 @@ To use admonitions in your markdown files, simply add the following syntax:

```markdown
> [!IMPORTANT]
> This is an important message.
> This is an **important** message.

> [!NOTE]
> This is a note.
> This is a **note**.

> [!TIP]
> This is a helpful tip.
> This is a **helpful** tip.

> [!WARNING]
> This is a warning.
> This is a **warning**.

> [!CAUTION]
> This is a caution message.
> This is a **caution** message.
```

> [!IMPORTANT]
> This is an important message.
> This is an **important** message.
> [!NOTE]
> This is a note.
> This is a **note**.
> [!TIP]
> This is a helpful tip.
> This is a **helpful** tip.
> [!WARNING]
> This is a warning.
> This is a **warning**.
> [!CAUTION]
> This is a caution message.
> This is a **caution** message.
## Installation

Expand All @@ -64,7 +66,7 @@ group :jekyll_plugins do
# Other plugins go here ...

# ... Add this line:
gem "jekyll-gfm-admonitions"
gem "jekyll-gfm-admonitions", "~> 1.0.0"
end
```

Expand Down Expand Up @@ -146,7 +148,7 @@ source 'https://rubygems.org'

gem 'jekyll'
group :jekyll_plugins do
gem 'jekyll-gfm-admonitions', '~> 0.2.1'
gem 'jekyll-gfm-admonitions', '~> 1.0.0'
gem 'github-pages'
end
gem 'jekyll-remote-theme'
Expand Down

0 comments on commit 5010779

Please sign in to comment.