-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fixes an issue preventing to use Expressive Code attributes in M…
…arkdown files
- Loading branch information
Showing
4 changed files
with
51 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: Specific syntax Markdown | ||
slug: tests/specific-syntax-md | ||
pagefind: false | ||
--- | ||
|
||
A code block with no frame: | ||
|
||
```js frame="none" | ||
// src/example.js | ||
console.log('Hello, world!') | ||
``` | ||
|
||
A remote image using Markdown syntax: | ||
|
||
![Astro logo](https://astro.build/assets/press/astro-logo-light-gradient.png) | ||
|
||
A remote image using HTML syntax with the `img` tag: | ||
|
||
<img src="https://astro.build/assets/press/astro-logo-light-gradient.png" alt="Astro logo" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters