Matthias Geier
Matthias Geier
I'm creating this issue because your repo contains a `conf.py` file with ```python nbsphinx_prompt_width = 0 ``` ... presumably in an attempt to remove the prompts from code cells. I...
I'm creating this issue because your repo contains a `conf.py` file with ```python nbsphinx_prompt_width = 0 ``` ... presumably in an attempt to remove the prompts from code cells. I...
See #474 and https://talk.commonmark.org/t/when-exactly-should-numeric-character-references-be-replaced/2121
This is of course an edge case. I still think the spec should be changed to be more consistent. This concerns [example 540 from the spec 0.27](http://spec.commonmark.org/0.27/#example-540): ``` [foo][bar][baz] [baz]:...
In this example, the spaces are preserved: [ a ](b) In that example, however, the spaces are swallowed: ``` [ a ](b) ``` Even stranger, the first space after the...
When trying to convert a PDF file to PNG, I get the following error: ``` RuntimeError: Error running 'convert -density 96 /tmp/magic_call-rrtbdrjl/magic_call.pdf /tmp/magic_call-rrtbdrjl/magic_call.pdf.png' to create 'magic_call.pdf.png': convert-im6.q16: not authorized `/tmp/magic_call-rrtbdrjl/magic_call.pdf'...
This makes using the theme much easier, see updated usage examples. Especially, it's not necessary anymore to add the module to `extensions`, but `sitemap.xml` is generated anyway.
Fixes #1774. TBH, I have no clue what the "special" style is, I just added the margin there as well because it looked like a similar situation. IMHO, the space...
This is probably not a big deal, I just wanted to mention it because it surprised me when I first realized it ... https://github.com/Ralith/oddio/blob/adc60db7a8c9ccda5a45e5b3a6c06a1a82f8dc25/src/spsc.rs#L197-L202 After allocating all memory, the `Box`...
I'm creating this issue because your repo contains a `conf.py` file with ```python nbsphinx_prompt_width = 0 ``` ... presumably in an attempt to remove the prompts from code cells. I...