Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Markdown is not rendered correctly in Preview Merged File #215

Open
LennartCode opened this issue Jun 19, 2024 · 0 comments
Open

[BUG] Markdown is not rendered correctly in Preview Merged File #215

LennartCode opened this issue Jun 19, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@LennartCode
Copy link

Currently some markdown features are not rendered correctly in the Preview Merged File window. This is especially relevant for frontmatter, tables and callouts, as they are core Obsidian features.

To Reproduce

  1. Generate a sync conflict using the admin mode of the plugin
  2. In both files add differing frontmatter, like for example
---
test: test1
---

| Table   | sadly   |
| --- | --- |
| not   | working   |

> Neither are
> Callouts


```rust
// No syntax highlighting in code blocks

fn main() {
    println!(“Hello World!”);
}

```

and

---
test: test2
---
  1. Open the merge editor
  2. Observe the incorrect rendering

Expected behavior
Core Obsidian features should render correctly in the preview.

Screenshots
Result:
image

Expected:
image

Desktop (please complete the following information):

  • OS: Windows 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

1 participant