crowbook icon indicating copy to clipboard operation
crowbook copied to clipboard

Converts books written in Markdown to HTML, LaTeX/PDF and EPUB

Results 30 crowbook issues
Sort by recently updated
recently updated
newest added

Hi, Thanks for the great work! While I'm creating **The Rust Programming Language** epub from https://github.com/rust-lang/book.git found that some [mdBook-specific features](https://rust-lang.github.io/mdBook/format/mdbook.html) like `#include` and `#rustdoc_include` were not supported, can you...

Would it be possible, to give the maximum rights to some of the people that contributed to this project so far? Looking at the pull-requests, I see there are some...

have a MarkDown with equations but none are printed in the pdf or html they only appear in txt format. The template file puts the package for Xelatex but it...

As an example, this markdown ```md --- author: Test Person title: Test Book lang: en output: [pdf] --- "This is some text in quotes" followed by "some more text in...

I see that covers are only included in epub's that are generated, it would be extremely useful to have an option to be able to include a cover on PDF's...

### Version 0.15.0 (cargo) / 0.15.1 (git) ### Target pdf/tex ### Steps to reproduce ```bash crowbook -s test.md -o test.pdf --to pdf --verbose ``` ##### test.md ```markdown Text > #####...

Hey, currently I'm using crowbook for compiling output for my novel and [Ghostwriter](https://github.com/wereturtle/ghostwriter) for editing. It's a beautiful, well featured distraction-free markdown editor, but it's export and project capabilities are...

enhancement

When adding: ```latex \usepackage[ usenames, dvipsnames, svgnames ]{xcolor} ``` to the `template.tex` and changing the appearance of inline code in md to: ```diff - \newcommand\mdcode[1]{\texttt{#1}} + \newcommand\mdcode[1]{\texttt{\color{Red!33!Black} #1}} ``` Bookmarks...

Long lines should wrap or something like that, not render like this: ![scnee](https://cloud.githubusercontent.com/assets/1961791/18737509/865903c2-8092-11e6-84c4-15e6df199506.png)

bug

output: [html.dir] will generate an enpty "output_html" directory and an "auto" directory containing the actual output.

bug