We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f2b3db commit 186a006Copy full SHA for 186a006
src/tools/smart-text-replacer/smart-text-replacer.vue
@@ -187,7 +187,7 @@ const { copy } = useCopy({ source: highlightedText });
187
</n-form-item>
188
</div>
189
<c-card v-if="highlightedText" mt-60px max-w-600px flex items-center gap-5px font-mono>
190
- <div flex-1 break-anywhere text-wrap style="white-space: pre" v-html="highlightedText" />
+ <div flex-1 break-anywhere text-wrap style="white-space: pre" v-html="highlightedText" /><!-- NO SONAR -->
191
192
<c-button @click="copy()">
193
<icon-mdi:content-copy />
0 commit comments