flying-kestrel

Results 4 comments of flying-kestrel

Any rough estimates for when this feature would be available via the API? I'm not looking for a watertight guarantee, just wondering if the time is best measured in weeks...

@Dygear is the bounty still open? I was looking at implementing support for this but if it is, I'll definitely go forwards with it :)

Submitted two PRs for supporting Ed25519 via OpenSSL (#96) and ed25519-dalek (#97). I've done some light testing and made the code changes as small as I reasonably could.

For reference, [`example/footnote_rewrite.rs`](https://github.com/raphlinus/pulldown-cmark/blob/master/examples/footnote-rewrite.rs) shows a way to have footnotes behave how you might expect, with: - Footnote bodies collected and appended at the end of the HTML output - A...