Oscar Aguinagalde
Oscar Aguinagalde
I believe there might be a bug with the rendering of new lines. I compared it with cmark (CommonMark) and found out this: ```txt PS > cat test.md # test...
I'll get to it, SOON!
Running... ```ps1 dotnet build nunit3-console.exe .\ServiceTest.csproj ``` I get... ``` NUnit Console 3.15.2 (Release) Copyright (c) 2022 Charlie Poole, Rob Prouse Friday, August 12, 2022 3:50:57 PM Runtime Environment OS...
In `build.zig` it sets the `global-base` to `6560`. ```zig // https://github.com/ziglang/zig/issues/8633 lib.global_base = 6560; ``` As far as I know, setting `global-base` is used to reserve part of the memory....