generated from nhcarrigan/template
feat: enable markdown rendering for user messages #76
@@ -193,7 +193,7 @@
|
||||
{#if line.toolName}
|
||||
<span class="terminal-tool-name mr-2">[{line.toolName}]</span>
|
||||
{/if}
|
||||
{#if line.type === "assistant"}
|
||||
{#if line.type === "assistant" || line.type === "user"}
|
||||
<Markdown
|
||||
content={maskPaths(line.content, hidePaths)}
|
||||
searchQuery={currentSearchQuery}
|
||||
|
||||
Reference in New Issue
Block a user