diff --git a/src/components/ChattyLLM/Message.vue b/src/components/ChattyLLM/Message.vue
index fa05f8019..ddcef2df8 100644
--- a/src/components/ChattyLLM/Message.vue
+++ b/src/components/ChattyLLM/Message.vue
@@ -46,7 +46,7 @@
{{ t('assistant', 'Reasoning content') }}
@@ -92,7 +92,7 @@
diff --git a/src/components/ContextChat/ContextChatSource.vue b/src/components/ContextChat/ContextChatSource.vue
index 7437365e8..d9f02c917 100644
--- a/src/components/ContextChat/ContextChatSource.vue
+++ b/src/components/ContextChat/ContextChatSource.vue
@@ -5,7 +5,7 @@
diff --git a/src/components/fields/TextInput.vue b/src/components/fields/TextInput.vue
index 80630b032..4c1483b61 100644
--- a/src/components/fields/TextInput.vue
+++ b/src/components/fields/TextInput.vue
@@ -16,7 +16,7 @@
:class="{ streaming: isOutput && streaming() }"
:title="t('assistant', 'Double-click to edit')"
:text="value ?? ''"
- :use-markdown="true"
+ :use-extended-markdown="true"
:autolink="true"
@dblclick="enterEditMode" />