Skip to content

Commit

Permalink
Link to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Apr 30, 2024
1 parent bc28dab commit e3fadfa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The following Universal Shortcodes (available in `njk`, `liquid`, `hbs`, `11ty.j

Here’s a [real-world commit showing this in use on the `eleventy-base-blog` project](https://github.com/11ty/eleventy-base-blog/commit/c9595d8f42752fa72c66991c71f281ea960840c9?diff=split).

### Add bundle code in a Markdown file in Eleventy
### Example: Add bundle code in a Markdown file in Eleventy

```md
# My Blog Post
Expand Down Expand Up @@ -101,6 +101,8 @@ Renders to:

Note that the bundled code is excluded!

_There are a few [more examples below](#examples)!_

### Render bundle code

```html
Expand Down

0 comments on commit e3fadfa

Please sign in to comment.