David Genest

Results 47 comments of David Genest

You might simulate the wanted result by using hugo goldmark attributes and some inline styles: in your `config.toml` enable attributes: ```toml [markup.goldmark.parser.attribute] block = true ``` Then in your markdown...

This change also suggests that the repository starts tagging releases as valid semantic versions with the v prefix (i.e. v0.1.0). Although tagging is not strictly necessary to enable hugo modules,...

This is covered in https://reveal-hugo.dzello.com/plugin-example/ and after trying it it works. Where did it break for you ?

you can see how I did it in the https://github.com/davidovich/reveal-hugo/tree/test-reveal.js-menu-plugin branch.

This might be possible in a future iteration of #133. We could add a field containing plugin initializers. But I would wait for the reveal-js upgrade before having a stab...

Not stale. The use case could be implemented in a kind of unique multi output plugin (instead of multiple outputs just to change the target). To be investigated.

Hi, @deepmap-marcinr is there something missing from this PR to help make it land? We are using @rodcloutier's fork with this feature for transitioning some paths to a v1 prefix...

cc @BriannHu @suarez-agu

We have experienced this also in a non concurrent environment. [`PredecessorMap()`](https://github.com/dominikbraun/graph/blame/main/directed.go#L232) is guarded against nil access, I wonder if it was intended to leave it out in `AdjacencyMap()`. If not,...