sidju
sidju
- Avoids touching block quotes, as they would need recursive parsing. - Currently has a quirk of adding a trailing newline to the output.
To add multiple lines of text to a list entry one should indent the text below the entry to signify that it belongs to it. This sign isn't currently looked...
Commonly in markdown a single newline is interpreted as space (and often indentation on the next line ignored). This is to allow keeping one's markdown source limited to 80 columns...
Since argparse has been built into python 3 since version 3.2, is it maybe time to remove that as a dependency? As it stands, at least archlinux is starting to...
It seems that newlines aren't included when text is pasted into the editor. I'll have to look over the crossterm configurations about this, because I'm quite certain it has worked...
Since we now reset the color on white and black in 16-colour themes we should note that in the relevant code (which looks a bit strange now) and the theme...
Currently they are included with the repo/code, which I think it is legal as the only distrubution method is as source, but to legally distribute binary packages we should add...
A way to render/watch/live multiple markdown documents would be nice. Ideally links to other local markdown documents should open them rendered, as they are in Github. # Watch and single...
- Arduino board: Unexpected Maker FeatherS3 - Display: ThinkInk_154_Tricolor_z90 - Arduino IDE version: 1.8.19 - List the steps to reproduce the problem below: Construct a ThinkInk_154_Tricolor_z90 object with HW SPI...
**Describe the bug** When executing through snap the user's PATH variable is ignored, causing per-user applications to be inaccessible when executing command blocks and probably causing unexpected versions to be...