Skip to content

Commit

Permalink
Bug 1041 bad transclusion render (format & lint) (#1062)
Browse files Browse the repository at this point in the history
* Fixed

* Format & lint
  • Loading branch information
ronzulu authored Sep 10, 2024
1 parent 2d2c152 commit db385fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ node_modules
.pnp.loader.mjs
pnpm-lock.yaml
tests/e2e/vault/
tests/vaults
docs
7 changes: 1 addition & 6 deletions src/util/RenderMarkdownWrapper.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
import { App, MarkdownRenderer, TFile } from "obsidian";
import {
AUDIO_FORMATS,
IMAGE_FORMATS,
VIDEO_FORMATS,
NON_LETTER_SYMBOLS_REGEX,
} from "../constants";
import { AUDIO_FORMATS, IMAGE_FORMATS, VIDEO_FORMATS } from "../constants";
import SRPlugin from "../main";
import { TextDirection } from "./TextDirection";

Expand Down

0 comments on commit db385fb

Please sign in to comment.