marksman icon indicating copy to clipboard operation
marksman copied to clipboard

Write Markdown with code assist and intelligence in the comfort of your favourite editor.

Results 104 marksman issues
Sort by recently updated
recently updated
newest added

I was surprised to find that marksman recursively scans the directory it was run in, and opens every markdown file it finds as well as every .gitignore. This means that...

It would be nice if ARM linux binaries could be provided

Hi, thanks for great LSP server. I noticed that when I use link in header like in the example bellow the server autocompletes incorrect link like in the example: ```...

bug

- [ ] Change the code to suggest 'Create ToC' when either - the requested range overlaps with the 1st line of the document, - code action kind is 'source'....

good first issue
bad UX

It might be a good idea to add an action/snippet to insert emojis, just like we do on GitLab and GitHub using a colon (e.g. `:wink:` → :wink:).

enhancement
good first issue

i want it to ignore the `h1` , or i want it to ignore headings that are specially tagged/annotated with some non renderable syntax.

enhancement
good first issue

Ideally, `marksman` should follow the indentation config of the editor (or currently open file or `.editorconfig`), however, when that does not work, users should be able to configure indentation via,...

enhancement
good first issue

I would like to use marksman on my nix based system, but I don't have any experience with packaging so far and failed when I tried to do so for...

There are many extensions to markdown that define there own flavors of links. Lack of support for these extensions may trigger diagnostics that can be distracting. The idea is to...

enhancement
good first issue

Cont. to #41 https://github.com/jgm/commonmark-hs/blob/master/commonmark-extensions/test/bracketed_spans.md

enhancement