Kasper Østerbye

Results 82 comments of Kasper Østerbye

`MicHTMLVisitor asHTMLString: '![this **is** a link](https://somewhere.org)'` 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.

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: ![image](https://user-images.githubusercontent.com/17723745/197347901-42d1fc4d-5166-4637-960f-6606e7f41a9e.png) 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.