Stefan Weber

Results 35 issues of Stefan Weber

When we configure ```yaml MD004: style: sublist ``` any order of `+`, `*` and `-` is allowed. How do I specify a specific order, e.g. `['-', '+', '*']`? This should...

enhancement

### Is your feature request related to a problem? Please describe. `yadm add -A` adds all files in `$HOME`. Thus one always has to explicitly do `yadm add ` This...

feature

This would greatly improve the syntax highlighting and fix numerous highlighting issues, e.g. in python markdown. It would e.g. allow to properly highlight admonitions and content tabs (as they e.g....

It would be nice to have commands for doublecolumns and references similar to [this moderncv example on stackoverflow](https://tex.stackexchange.com/a/34917/121915). I.e. something like: ``` \newcommand{\ecvdoublecolumn}[4]{% \begin{minipage}[t]{#1}#2\end{minipage}% \hfill% \begin{minipage}[t]{#3}#4\end{minipage}% } ``` and ```...

This fixes #92 using proposal 1 (see issue). I simply change the comment string for `markdown` to `---`. As mentioned in the issue, I could also implement optional support for...

# Description In `vim-header` when editing markdown files the header automatically uses a code block. I never saw this type of header in markdown files. Is there a reason for...

On session start tmux prints `0;10;1c`. See also here: . This seems to be related to escape-time. In `~/.tmux.conf` ``` set -sg escape-time 10 ``` fixes the issue for me.

When using extensions, dependencies (to my knowledge) have to be installed into each kernel environment separately. A typical example would be the jupyter extension Autopep8 requries the package `autopep8`. Currently...

##### SUMMARY Some empty lines / comments are removed + order of line is changed (when a change is done) ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME ```yml...

This is kind of a follow up to https://github.com/DavidAnson/vscode-markdownlint/issues/180. I think it would be good if the option ```jsonc // Array of paths for custom rules to include when linting...

question