HeekangPark / obsidian-hk-code-block

Obsidian plugin developed by Heekang Park; Make code block looking good on reading view
MIT License
62 stars 5 forks source link

[BUG]Error line number #14

Open jerviscui opened 1 year ago

jerviscui commented 1 year ago

This block:

image

```python
import random
print(random.randint(1, 100))
```

```result prompt:"Result (may be different depending on your environment)"
42
```

will get numbers: image