Ben Hourigan

Results 13 comments of Ben Hourigan

I’ve tried an asciidoc > html (via https://github.com/asciidoctor/asciidoctor) > epub (via pandoc) conversion chain and it works extremely well except for the following issue. Asciidoctor wraps all HTML elements in...

Hope this is a sufficient sample: ``` html … the kind of politics that the liberal economist F. A. Hayek called “socialist.” [1] ```

Thanks for the filter. Will try this out. You can get the HTML file from https://www.dropbox.com/s/c2ror63pz16hc3w/2015-07-06-BH-STG-adoc-test.html?dl=0

Ah, damn---I didn't think to do a version check. Sorry for being such a novice. I'd been using 1.13.2, which is the latest version on homebrew. Will install 1.15 and...

BTW, as of pandoc 1.13.2, when I tried the asciidoctor docbook > pandoc epub route the output from docbook was inferior to the output from HTML. One particular thing that...

With the duplicate ID sorted in the .adoc file, from the pandoc 1.15 produces from the asciidoctor.html an epub that passes ePubcheck! :) Inability to split the file at chapter...

It is in the working directory, yes. On Mac OS X 10.10.4. Using haskell from ghc installed via homebrew. Am just about to install the haskell platform from https://www.haskell.org/platform/download/2014.2.0.0/Haskell%20Platform%202014.2.0.0%2064bit.signed.pkg to...

Hmm, installing that version of haskell and running `activate-hs` to go back to ghc 7.8.3 didn't change anything.

Thanks! Making progress, perhaps. Made those changes and `undiv.hs` now reads: ``` #!/usr/bin/env runhaskell import Text.Pandoc.JSON main = toJSONFilter undiv where undiv (Div (ident, ["content"], kvs) bs) = bs undiv...

I'd love to but I'm afraid it's a bit beyond my ability at the moment—if by pull request you mean that I could attempt a solution? I'm an editor and...