Skip to content

Commit 86d27d8

Browse files
committed
Fix example
1 parent d93963b commit 86d27d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

etc/remark/plugins/lint/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,12 +146,12 @@ plugins.push([
146146
* @example
147147
* <!-- Bad -->
148148
*
149-
* _beep_
149+
* *beep*
150150
*
151151
* @example
152152
* <!-- Good -->
153153
*
154-
* *beep*
154+
* _beep_
155155
*/
156156
plugins.push([
157157
require( 'remark-lint-emphasis-marker' ),

0 commit comments

Comments
 (0)