Skip to content

Commit

Permalink
Merge pull request #1048 from edent/patch-2
Browse files Browse the repository at this point in the history
Footnote documentation - add example
  • Loading branch information
colinodell authored Sep 8, 2024
2 parents 59fa2a6 + e39d4ed commit 9d28bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/2.5/extensions/footnotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ $environment->addExtension(new FootnoteExtension());

// Instantiate the converter engine and start converting some Markdown!
$converter = new MarkdownConverter($environment);
echo $converter->convert('# Hello World!');
echo $converter->convert("This is a footnote[^test] test.\n\n[^test]: Doesn't it look good!");
```

## Configuration
Expand Down

0 comments on commit 9d28bfa

Please sign in to comment.