writemonkey / wm3

165 stars 5 forks source link

Can't export a certain sentence #369

Closed Lorhelei closed 3 years ago

Lorhelei commented 4 years ago

I found that when trying to write:

<Before after time,

Wen exporting there was no text. After some tests I realize that if there's a word after a "<" simbol, it will ignore it, but only if it's a certain words ( I don't know about others)

In case of "Gracias." for example, isn't necessary to add that space before. Furthermore, adding a "dot" (.) at the end make some words to been able to be exported correctly

Is this a bug or something I'm not getting in?

In order to reproduce it:

Writing: Text exports incorrectly

Writing: Text exports correctly

Writing:

Writing: Text exports incorrectly

Writing: Text exports Incorrectly

Writing: Text exports Correctly

Writing: Text exports Correctly

Edit: I realize that is because <---tags--->, so, the question is, how can I get around this? It works sometimes and I just can't say if whatever I write will be there after exporting.

image

writemonkey commented 4 years ago

<http://some.com>

is a syntax for markdown links, so I'm sure this is causing problems. If url is not well formed, parser will skip that part.

Using spaces like:

< some text >

will always work. i.