Sam S
Sam S
Have you tried again recently? Anki 2.1.0a14 seems perfectly stable for me on Arch Linux. (The build script used to install the package can be found [here in the Arch...
I added a [comment](https://rt.perl.org/Ticket/Display.html?id=130612#txn-1489316) to the Rakudo RT that I should have really posted here instead.
How would `Pod::Anchor` tell `Pod::To::HTML` what to do with the custom field though? I don't just want to place additional hidden anchors to the HTML pages, I want them to...
As a work-around, I'm now using a `_source/rename.sh` file with the contents: ``` --- layout: raw extension: .sh --- #!/bin/sh [%~ MACRO shellquote(str) BLOCK %]'[% str.replace("'", "'\\''") %]'[% END ~%]...