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
- Generate a sync conflict using the admin mode of the plugin
- 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
- Open the merge editor
- Observe the incorrect rendering
Expected behavior
Core Obsidian features should render correctly in the preview.
Screenshots
Result:

Expected:

Desktop (please complete the following information):
Currently some markdown features are not rendered correctly in the
Preview Merged Filewindow. This is especially relevant for frontmatter, tables and callouts, as they are core Obsidian features.To Reproduce
and
Expected behavior
Core Obsidian features should render correctly in the preview.
Screenshots

Result:
Expected:

Desktop (please complete the following information):