Skip to content

Commit 49d99e9

Browse files
authored
Update live-view.js
1 parent 723f2a5 commit 49d99e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

live-view/live-view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1197,6 +1197,7 @@ async function renderLiveViewMarkdown(file) {
11971197
// apply markdown compiler extensions
11981198
marked.use(markedAlert());
11991199
marked.use(markedFootnote());
1200+
marked.use(markedBidi());
12001201

12011202
}
12021203

@@ -1210,7 +1211,6 @@ async function renderLiveViewMarkdown(file) {
12101211
frameDoc.body.innerHTML = html;
12111212

12121213
if (isMobile) frameDoc.body.classList.add('mobile');
1213-
setAttr(frameDoc.body, 'dir', 'auto');
12141214

12151215
frameDoc.body.querySelectorAll('a[href]:not([target="_blank"])').forEach(link => {
12161216

0 commit comments

Comments
 (0)