Books.jl icon indicating copy to clipboard operation
Books.jl copied to clipboard

Create books with Julia

Results 25 Books.jl issues
Sort by recently updated
recently updated
newest added

This pull request changes the compat entry for the `RelocatableFolders` package from `0.3` to `0.3, 1`. This keeps the compat entries for earlier versions. Note: I have not tested your...

Hi, I noticed a very strange rendering issue with single/double quotations and comma. ```markdown “hello”, “hola”, 'what', ``` will be rendered as ``` “hello,” “hola,” ‘what,’ ``` in the html...

Hi, The syntax for labeling math is ```md $$ 1 + 1 = 2 $$ {#eq:math} ``` and the syntax for referencing is `@eq:math`. This works fine in a single...

For some time-consuming code, Jupyter Notebook could save single run results, instead of running the codes in markdown every time. So I think it's meaningful to support Jupyter Nootbook

Newbie here. Is there a way to enable or add dark mode or theme support to Books.jl? BookDown implements it in the form show below. It would a nice feature...