https://github.com/opencv/cvat
Raw File
Tip revision: 59430bc0d429b9be93d377482e25f0914da86e7d authored by Nikita Manovich on 31 March 2020, 19:08:11 UTC
Add missing information into changelog.
Tip revision: 59430bc
.remarkrc.js
exports.settings = {bullet: '*', paddedTable: false}

exports.plugins = [
  'remark-preset-lint-recommended',
  'remark-preset-lint-consistent',
  ['remark-preset-lint-markdown-style-guide', 'mixed'],
  ['remark-lint-no-dead-urls', { skipOffline: true }],
  ['remark-lint-maximum-line-length', 120],
  ['remark-lint-maximum-heading-length', 120],
  ['remark-lint-strong-marker', "*"],
  ['remark-lint-emphasis-marker', "_"],
  ['remark-lint-unordered-list-marker-style', "-"],
  ['remark-lint-ordered-list-marker-style', "."],
  ['remark-lint-no-file-name-irregular-characters', false],
  ['remark-lint-list-item-spacing', false],
]
back to top