codehike icon indicating copy to clipboard operation
codehike copied to clipboard

Link and mark annotations on the same line

Open pomber opened this issue 2 years ago • 2 comments

Here, the link annotation is applied to the wrong part of the line

```python mark=1[7:13]
# link[2:5] #foo
print("This is Code Hike")
```

Playground

pomber avatar Jun 15 '23 16:06 pomber