Kasper Østerbye
Kasper Østerbye
`MicHTMLVisitor asHTMLString: ''` also returns wrong: `this is a link` This is more subtle - but the original source should not be used IMHO
I'll fix it as part of the inline parser work
What do you mean? If I run your example I get an error because MicHTMLVisitor do not provide a default CSS, but it does not loop endlessly.
Is in the new parser which is currently getting a lot of tests
actually it becomes `bodyString` - less generic
And I need to learn how to use the deprecated feature.
Might be - need to be examined some day
It will fix itself if we implement http: and https: to implement a link by itself, as has been suggested before. Url parsing must inline parse as `[my **bold** link](https://nowhere.com/completelyLost.md)`
But actually, there is a parser error in that if I try with raw, I get this error in parsing: ```smalltalk Microdown parse: '[{{https://guillaume-be.github.io/2021-09-16/byte_pair_encoding}}](https://guillaume-be.github.io/2021-09-16/byte_pair_encoding)' ``` gives:  That is, some...
I am just at the moment sitting and rewriting the entire inline parser - maybe it will be less problematic if I succeed.