We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81d6f9e commit 8738fb1Copy full SHA for 8738fb1
etc/remark/plugins/lint/jsdoc.js
@@ -359,27 +359,6 @@ plugins.push([
359
[ 'error', '* * *' ]
360
]);
361
362
-/**
363
-* Set the strong marker to asterisks.
364
-*
365
-* @see [strong-marker]{@link https://github.com/wooorm/remark-lint/tree/master/packages/remark-lint-strong-marker}
366
367
-* @example
368
-* <!-- Bad -->
369
370
-* __Beep__.
371
372
373
-* <!-- Good -->
374
375
-* **Beep**.
376
377
-*/
378
-plugins.push([
379
- require( 'remark-lint-strong-marker' ),
380
- [ 'error', '*' ]
381
-]);
382
-
383
/**
384
* Require that the unordered list marker be a dash `-`.
385
*
0 commit comments