markdownfmt icon indicating copy to clipboard operation
markdownfmt copied to clipboard

Like gofmt, but for Markdown.

Results 12 markdownfmt issues
Sort by recently updated
recently updated
newest added

Seeing as this variant of markdownfmt is maintained independently of the [original blackfriday-based version](https://github.com/shurcooL/markdownfmt) and as far as I can tell, there are no plans to merge this work back,...

markdownfmt always uses `*` and `**` for `` and `` text. This adds support for changing the emphasis and strong tokens used by markdownfmt. By default, the emphasis token is...

Creating this with regard to this comment originally posted by @karelbilek in https://github.com/Kunde21/markdownfmt/issues/38#issuecomment-1277758754: ---- To quickly explain - the original usage for this was mainly for go samples in code...

This PR adds basic linting to CI for the repository. First, a preview: ``` % make help help: Prints list of targets and help for them. build: Builds all packages....

The package-level godoc for the markdown package calls it "renderer," and references "certain formats." Update to use the package's actual name, and that it renders Markdown.

Currently we put together newlines. That is ``` foo bar baz baz ``` will be formatted as ``` foo bar baz baz ``` This is basically correct. > A conforming...

Is it possible to change the delimiter used for italics to `_` instead of `*`? While both are allowed by the spec, I find using `_` personally more comfortable. Is...

Example snipped we could copy for some stricter good rules: https://github.com/bwplotka/bingo/blob/master/Makefile#L89

Hi @Kunde21 and @bwplotka I've forked this project, since it _seems_ our goals may be different. If they aren't though, I'd rather work with others instead of alone. It seems...

Initial idea on adding extensions and render options to markdownfmt.