prettier/tests/markdown_footnoteDefinition/multiline.md

24 lines
439 B
Markdown

[^fn1]:
> ```rs
> fn main() {
> println!("this is some Rust!");
> }
> ```
[^fn2]: Here is a footnote which includes code.
```rs
fn main() {
println!("this is some Rust!");
}
```
[^fn2]: Here is a footnote which includes code. Here is a footnote which includes code. Here is a footnote which includes code.
```rs
fn main() {
println!("this is some Rust!");
}
```