Kasper Østerbye

Results 27 issues of 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...

bug
latex builder

It is not loaded in dev, and it seems like a preliminary version of the HTML exporter. Should it be deleted?

HTML

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.

bug
HTML

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

good first issue
Core

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:...

wontfix
Core

This microdown should parse as en environment with 'body text is here' as body ```text ``` For example I would be useful in: ```text ```

enhancement
Core

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...

enhancement
document browser

Pay attention that filereferences can not just be based on uri but must also look at filesystem

enhancement
good first issue
Core

When I install the Microdown baseline I end up with: ![image](https://user-images.githubusercontent.com/17723745/193997931-4ab1e4b7-9d42-4b05-a2e0-065c0fb5b2bc.png) I believe it is somehow related to `MicHTMLStylerApp`. @hernanmd - is that something you can look into when at...

HTML