embed-code-file icon indicating copy to clipboard operation
embed-code-file copied to clipboard

missing last ``` chars if when markdown of code

Open zhuoqiang opened this issue 2 years ago • 0 comments

when embed a markdown file as following:

a.md

```markdown
# hello
```

# world

the last "```" will not be shown when embed like this;

```embed-markdown
FILE: vault://a.md
```

zhuoqiang avatar Jan 16 '24 09:01 zhuoqiang