pillar-markup / pillar

Markup syntax and associated tools to write and generate documentation, books and slides
MIT License
50 stars 37 forks source link

check the baseline of Pillar to run a preload for microdown #609

Open Ducasse opened 1 month ago

Ducasse commented 1 month ago

Now that the logic for the unload in the script is correct eg.

#( 'Microdown' 'DocumentBrowser' ) do: [ :name |
        (IceRepository repositoryNamed: name)
            ifNil: [ ('Project not found: ' , name) traceCr ]
            ifNotNil: [ :found |
                found
                    unload;
                    forget ] ].

we can retry to make the baseline of pillar doing some preloading action before loading the baseline of microdown.