Fletcher T. Penney

Results 147 comments of Fletcher T. Penney

The easier way is probably to modify CMakeLists if you don't want to use CURL (only needed if exporting ePub/FODT with remote images/files). Change the logic around `find_package(CURL)` as desired...

BTW - 6.3.2 updates documentation re: libcurl as a possible dependency, but doesn't change the code

This is too much of an edge case to build-in support for. 1. I'm not convinced that a single code block should contain code in multiple languages. If there are...

Correct. As per documentation, a single empty line delineates separate `` sections within the table. . So if you want two sequential tables, you have to use two blank lines.

Let me think about this.

It looks like this is a bug in version 6 compared to prior versions. I'll have to dig into it to find the issue and fix. Thanks!!

Short answer - this is something I have looked at and want to change. Did not have an immediate good solution and there are higher priority issues on this and...

I am not at my computer to test but that is my assumption. It looks like your LaTeX picked up the line breaks from MultiMarkdown, but I would not be...

I'll look at it, but as a workaround, you can use the alternative stdin approach. In *nix: cat file.md | multimarkdown I don't know off top of my head what...

This *should* be occurring in the same section of code that was previously "fixed" for Windows in order to allow multibyte characters (e.g. `ü`). Perhaps it chokes on longer (e.g....