codehike
codehike copied to clipboard
Link and mark annotations on the same line
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")
```