Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Jul 22, 2024
1 parent 6726667 commit 8466107
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions content/shortcodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ in the `shortcodes` directory.
Markdown doesn't have support for the `<figure>` tag,
so you can use the `figure` shortcode to embed a figure:

```
```markdown
{{< raw >}}
{{% figure foo
{{% figure
src="/nicolino.thumb.jpg"
link="/nicolino.jpg"
alt="Nicolino"
Expand All @@ -26,7 +26,7 @@ so you can use the `figure` shortcode to embed a figure:
{{< /raw >}}
```

{{% figure foo
{{% figure
src="/nicolino.thumb.jpg"
link="/nicolino.jpg"
alt="Nicolino"
Expand Down
2 changes: 1 addition & 1 deletion shard.lock
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ shards:

shortcodes:
git: https://github.com/ralsina/shortcodes.git
version: 0.1.0+git.commit.74cb7f146b9d67d7ab043a103afd4bb787c016c1
version: 0.1.0+git.commit.7d91258693e1c5aed891789277217a9ebac02a9d

totem:
git: https://github.com/icyleaf/totem.git
Expand Down

0 comments on commit 8466107

Please sign in to comment.