Skip to content
This repository has been archived by the owner on Feb 18, 2018. It is now read-only.

Multiline monospaced text parsing is broken #2

Open
loiclec opened this issue Jun 19, 2016 · 1 comment
Open

Multiline monospaced text parsing is broken #2

loiclec opened this issue Jun 19, 2016 · 1 comment
Labels

Comments

@loiclec
Copy link
Owner

loiclec commented Jun 19, 2016

This:

> `Hello
> World` 

will give:

Hello
> World

Because the content of monospaced text is only defined by a range of indices.

The correct behavior should give:

Hello World

This could probably be fixed by making monospaced text hold an array of ranges and populating that array by looking at .start and .end delimiters in the delimiter array.

@loiclec loiclec added the bug label Jun 19, 2016
@loiclec
Copy link
Owner Author

loiclec commented Jun 23, 2016

Some progress here: 2974873
But problem now is it contains softbreaks and hardbreaks. Monospaced text should not contain hardbreaks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant