Update common/autoinstallers/rush-commands/src/convert-comments/utils/language.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@ -154,7 +154,7 @@ export const getCommentPatterns = (
|
||||
multiEnd: /\*\//g,
|
||||
},
|
||||
markdown: {
|
||||
single: /<!--([^<>]*)-->/g,
|
||||
single: /<!--((?:(?!<\/?\w).)*?)-->/g,
|
||||
multiStart: /<!--/g,
|
||||
multiEnd: /-->/g,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user