pandoc-sidenote
pandoc-sidenote copied to clipboard
Convert Pandoc Markdown-style footnotes into sidenotes
Any idea or inputs on how can I install this on Heroku? So far I have tried 1. Installing cabal and then trying to install sidenote using cabal(Not working, getting...
**note:** downloading the repo and running `stack build` succeeds, so at a guess the dependency specifications for the `cabal` package are out of date (but my Haskell ecosystem knowledge is...
Compilation error with Cabal in the following OpenBSD system: ``` $ uname -a OpenBSD hp.antanst.com 6.6 GENERIC.MP#4 amd64 $ ghc --version The Glorious Glasgow Haskell Compilation System, version 8.6.4 $...
What would it take to create an arm64 executable of this filter? IE something that will run on apple silicon? I am a haskell novice and can't seem to get...
Hello, and I wish you the best for the New Year ! I have successfully installed pandoc-sidenotes with Stack on my Windows10 laptop. But when I use this filter in...
A new module, which renders sidenotes directly as HTML, allowing the embedding of arbitrary blocks inside them. I think this is the best overall solution, as it's 100% backwards compatible,...
Running `make` results in ``` find .stack-work/install/x86_64-osx -name pandoc-sidenote -type f \ -exec zip -j pandoc-sidenote-0.23.0.zip '{}' ';' find: ‘.stack-work/install/x86_64-osx’: No such file or directory make: *** [Makefile:10: pandoc-sidenote-0.23.0.zip] Error...
Hi, Firstly thanks for the nifty filter and apologies as this is more of a user question than a bug. However, I see in the source code that `MarginNote`s are...