cristianvasquez / obsidian-prettify

A markdown prettifier for obsidian
GNU General Public License v3.0
129 stars 12 forks source link

Code block symbol (three backticks) becomes tilde #79

Closed imhgy closed 2 years ago

imhgy commented 2 years ago

I have updated to 0.09 and find that the code block symbol (three backticks) becomes tilde.

Before:

```python
print('Hello World')
**after**:
print('Hello World')
cristianvasquez commented 2 years ago

Hi! thank you for pointing this. I fixed and updated it