Closed AytoMaximo closed 3 years ago
@AytoMaximo Hello and thanks for your response.
Actually i have no clue about this topic, because this was a pull request from the other user @AlexMikhalev. Do you know more about this ?
The example above works for me, see code in raw gist
@AlexMikhalev Thanks for your help i just tested it in my obsidian, and it worked too (see image). Probably you have a copy and paste issue? I see in your error backslashes which could happen when copy with normal ctrl-V
try it with ctrl-shift-v
.
Regards daniel
My guess GraphTD was on the same line as mermaid with ticks and was ignored.
I've pasted the raw example from @AlexMikhalev , it's NOT working for me with CTRL+V
But Ctrl+Shift+V works fine indeed
Thanks!
See previous comment, you are escaping brackets.
On Thu, 22 Apr 2021 at 11:49, Marianna Alpatova @.***> wrote:
I've pasted the raw example from @AlexMikhalev https://github.com/AlexMikhalev , it's NOT working for me
[image: image] https://user-images.githubusercontent.com/14392087/115702395-8dc40d80-a371-11eb-9a42-84307295a5b6.png [image: image] https://user-images.githubusercontent.com/14392087/115702408-9288c180-a371-11eb-9d47-665f5e109c51.png
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Reocin/obsidian-markdown-formatting-assistant-plugin/issues/17#issuecomment-824736250, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAML7MIRITYCYOPM26FS2DTJ75NJANCNFSM425EDEYQ .
@AytoMaximo you are welcome, have fun with obsidian :-)
That is a behaviour of Obsidian, with the normal copy and past it tries to convert the copied data to obsidian syntax. And as you don't want any parsing you have to use the ctrl+shift+V.
Describe the bug The plugin can't parse any of mermaid examples besides the simplest one from the documentation or Mermaid live editor
To Reproduce Steps to reproduce the behavior:
Example block of code
The error message
Expected behavior I'm expecting to see the same picture as in the examples or get some mermaid syntax and its features documentation of the plugin.