Browse Source

meta: fix `bullet` setting for ReMark

Antoine du Hamel 11 tháng trước cách đây
mục cha
commit
93d1c71b8c
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      private/remark-lint-uppy/index.js

+ 1 - 0
private/remark-lint-uppy/index.js

@@ -2,6 +2,7 @@ const importDefault = (specifier) => import(specifier).then((module) => module.d
 
 export default {
   settings: {
+    bullet: "-",
     emphasis: '_',
     strong: '*',
     listItemIndent: 'one',