Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable support for footnotes in markdown files to match jekyll behavior #58

Merged
merged 1 commit into from
Apr 21, 2024

Conversation

sirwart
Copy link
Contributor

@sirwart sirwart commented Apr 18, 2024

I noticed that my blog that the footnotes I had in my jekyll blog were no longer being generated from the markdown, and tracked it down to the flags that were being sent to blackfriday didn't enable footnotes. The footnote HTML generated by blackfriday doesn't 100% match what jekyll generates, but it's close enough that you can make it match with a single CSS rule.

Checklist

  • I have read the contribution guidelines.
  • make test passes.
  • make lint passes.
  • New and changed code is covered by tests.
  • Performance improvements include benchmarks.
  • Changes match the documented (not just the implemented) behavior of Jekyll.

@danog danog merged commit 33bbe10 into osteele:main Apr 21, 2024
1 of 2 checks passed
@danog
Copy link
Collaborator

danog commented Apr 21, 2024

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants