Kasper Østerbye
Kasper Østerbye
The test for embedded bold is wrong. ```smalltalk testLinkBold self writeFor: factory linkBoldSample. self assert: writer contents equals: newLine , '\href{/anUrl}{**Foo**}\footnotesize{\url{/anUrl}}', newLine ``` The expected output should not be the...
It is not loaded in dev, and it seems like a preliminary version of the HTML exporter. Should it be deleted?
Is not loaded in dev. It is empty and should most likely be deleted
```smalltalk MicHTMLVisitor asHTMLString: '[this **is** a link](https://somewhere.org)' ``` prints `this is a link`. Problem is in `MicHTMLVisitor>>#visitLink` which does not visit the children.
It seems like a left over from a renaming. Btw, why is its superclass called MicMicrodownSharedPool?? It would seem more natural to be MicParserSharedPool, or MicDelimitersSharedPool
The inline parser mostly translates syntax errors into the markup as plain text, which I like. But it is not quite consistent as these examples show: ```smalltalk MicInlineParser new parse:...
This microdown should parse as en environment with 'body text is here' as body ```text ``` For example I would be useful in: ```text ```
For example, these aspects should be settable: - Showing the document list or not by default - Showing the source or not - How to place the document and source...
Pay attention that filereferences can not just be based on uri but must also look at filesystem
When I install the Microdown baseline I end up with:  I believe it is somehow related to `MicHTMLStylerApp`. @hernanmd - is that something you can look into when at...