generated from obsidianmd/obsidian-sample-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
---
test: test2
---
- Open the merge editor
- Observe the incorrect rendering
Expected behavior
Core Obsidian features should render correctly in the preview.
Desktop (please complete the following information):
- OS: Windows 10
LBF38
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Projects
Status
🆕 New