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 8e8882b commit 1c72e05Copy full SHA for 1c72e05
1 file changed
app/components/Package/Replacement.vue
@@ -59,11 +59,13 @@ const nodeVersion = computed(() => {
59
<span v-else-if="replacement.type === 'simple'">
60
{{ replacement.description }}
61
<template v-if="replacement.example">
62
- <strong>Example:</strong><br>
63
- <pre class="bg-amber-800/10 dark:bg-amber-950/30 p-2 rounded mt-1 overflow-x-auto text-xs font-mono"><code>{{ replacement.example }}</code></pre>
+ <strong>Example:</strong><br />
+ <pre
64
+ class="bg-amber-800/10 dark:bg-amber-950/30 p-2 rounded mt-1 overflow-x-auto text-xs font-mono"
65
+ ><code>{{ replacement.example }}</code></pre>
66
</template>
67
<span v-if="!replacement.url">
- <br><br>
68
+ <br /><br />
69
<a
70
href="https://e18e.dev/docs/replacements/"
71
target="_blank"
0 commit comments