Closed aral closed 6 years ago
hello
there
how are you
3. Go to the start of the `there` line and type `# ` (octothorpe + space) to trigger an H1
^ type it here
## What should happen You should get:
there <-- this should be H1
## What actually happens The text gets corrupted:
hethere
Seems like there is invalid range detection. Module replaces existed text or throw an exception if it happens on the 1st line.
Sent PR #15. Maybe it doesn't cover all cases but I cannot imagine more than that
To reproduce
there
how are you
hello
there
^ type it here
how are you
hello
there <-- this should be H1
how are you
hethere
how are you