Browse Source

Update markdown.tsx

Algorithm5838 1 year ago
parent
commit
6535986484
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/components/markdown.tsx

+ 1 - 0
app/components/markdown.tsx

@@ -151,6 +151,7 @@ export function Markdown(
       ref={mdRef}
       onContextMenu={props.onContextMenu}
       onDoubleClickCapture={props.onDoubleClickCapture}
+      dir="auto"
     >
       {props.loading ? (
         <LoadingIcon />