Skip to content
Discussion options

You must be logged in to vote

Thanks for the response @mnriem !

The closest approximation I was able to get to mimicking your markdown output was using the extension markdownlint with the following config:

{
  // https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md
  "config": {
    "default": true,
    "MD003": {
      "style": "atx"
    },
    "MD007": {
      "indent": 2
    },
    "MD013": false,
    "MD024": {
      "siblings_only": true
    },
    "MD031": false,
    "MD032": false,
    "MD033": false,
    "MD041": false,
    "MD049": {
      "style": "asterisk"
    },
    "MD050": {
      "style": "asterisk"
    },
    "MD036": false,
    "MD060": false
  },
  "ignores": [
    ".genreleases/"
  ]
}

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by pdemro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants