Skip to content

Commit

Permalink
chore: swap order
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven committed Dec 15, 2023
1 parent abac7bd commit 1833ba8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/components/MarkdownUi.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@
>
<KCard class="preview-card">
<div
v-if="htmlPreview"
class="markdown-html-preview"
data-testid="markdown-html-preview"
v-html="markdownPreviewHtml"
/>
<div
v-else
v-if="!htmlPreview"
class="markdown-rendered-content"
data-testid="markdown-rendered-content"
v-html="markdownHtml"
/>
<div
v-else
class="markdown-html-preview"
data-testid="markdown-html-preview"
v-html="markdownPreviewHtml"
/>
</KCard>
</div>
</div>
Expand Down

0 comments on commit 1833ba8

Please sign in to comment.