2.097.0

Basile B. b2.temp at gmx.com
Sat May 1 14:22:31 UTC 2021


On Saturday, 1 May 2021 at 10:25:18 UTC, Imperatorn wrote:
> 2.097.0 comes with 26 major changes and 121 fixed Bugzilla 
> issues
>
> Would be nice with a blog post about important changes 😁
>
> Speaking of blogs, does anyone have a suggestion on a blogging 
> platform with code formatting support? Preferably free? 🤔

Pandoc is very capable of rendering simple static website. It 
supports highlighting (without JS). A possible worflow is

1. write markdown localy
2. push to repo
3. CI uses pandoc to generate GH pages

For the lazy there is https://dev.to/.


More information about the Digitalmars-d mailing list