StéphaneDucasse
StéphaneDucasse
On the server we are looking for ``` 'pharo-local/iceberg/Pillar-markup/Microdown/pharo-local/iceberg/pillar-markup/Microdown/ressource/axist.min.css' ``` But when we run the tests locally in an image we get only ``` pharo-local/iceberg/Pillar-markup/Microdown/ressource ```
Should check with Quentin if he is interested.
- We should extend the builder to support ``` builder buildAnnotatedParagraph.... ``` Check and extend the builder API for paragraphs. - The MicTextualMicrodownExporter should use the builder to export correctly...
``` | newDocument | newDocument := parser parse: '{}' newDocument first . ``` says that it is unparseable as a key... ``` | newDocument | newDocument := parser parse: '{...
teh following leads to an error ``` | doc exporter | doc := MicrodownParser parse: ' { "author" : "stf" } # foo bar '. doc metaDataElement atKey: #lastModificationDate put:...
``` MicDocumentWriter >> usedNewLine "Return the encoded new line. Useful for tests." ^ canvas stream usedNewLine ``` ``` MicOutputStream >> usedNewLine ^ self configuration newLine ``` So the convention is...
```sync=Point>>#degrees code of degree in the document ``` should be verified and checked whether the method Point>>#degrees is the same in the image than in the codeblock.
And this is a problem because depending on the package we have to know that the fromFile accessor is returning a different objects. fromFile: should be a fileReference.
We should not just create a result for the last occurrences of a duplicated anchor but for all of them. Else we will not be able to say to the...
Right now the book checker does not report that we get references to files that do not exist.