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

Is possible to have an output file with the txt format? My concern is to be able to use the application for wiki text like wikipedia or https://doc.ubuntu-fr.org

Hi, I wanted to render an EPUB of trpl2 with colored cargo output like this: I made a simple edit to [syntax.rs](https://github.com/lise-henry/crowbook/blob/master/src/lib/syntax.rs) to achieve this: ```rust // Add custom syntaxes...

Currently, Epub generation is done using the `zip` command, which is a portability problem (on Unix systems it is probably installed, but not necessarily on Windows). It would be better...

enhancement

As of version 0.0.9, [pulldown-cmark](https://github.com/google/pulldown-cmark) supports alignment in tables, but it is currently not used by crowbook in any renderer (actually the information is already lost in the AST)

enhancement

I know that the support of ODT is currently experimental and I do not expect you to fix it quickly (and I do not need it to be fixed), but...

bug

TOC entries with children will have their HTML tags escaped (e.g. instead of `2.10 --to` it will be `2.10 <code&gt--to&lt/code>`) while others (e.g. `2.9. --verbose`) are unchanged. I think the...

In the markdown file, the image local path is like: ``` ![图片.png](HTTP%E5%8D%8F%E8%AE%AE%E5%9F%BA%E7%A1%80.assets%5C9be60EFc48640557b0b4f2e.png) ``` This path can be URL decoded according to UTF-8 encoding to get the correct path to the...

Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.37.23 to 0.37.25. Commits 00b84d6 chore: Release rustix version 0.37.25 cad15a7 Fixes for Dir on macOS, FreeBSD, and WASI. df3c3a1 Merge pull request from GHSA-c827-hfw6-qwvm b78aeff chore:...

dependencies

I have noticed that there were no binaries in the release assets, It would be better if they were provided. I can create a PR to do that automatically when...