HackerTrans
TopNewTrendsCommentsPastAskShowJobs

tiehuis

no profile record

comments

tiehuis
·w zeszłym roku·discuss
Using a portable minimal markdown dependency (such as cmark [1]) I think markdown can be quite a low barrier here. I personally do similar to what you have described on my blog, with an additional cmark conversion and find it quite simple [2].

[1] https://github.com/commonmark/cmark

[2] https://github.com/tiehuis/tiehuis.github.io/blob/38b0fd58a2...
tiehuis
·2 lata temu·discuss
There is an issue proposing this approach: https://github.com/ziglang/zig/issues/4284
tiehuis
·3 lata temu·discuss
Zig had a similar issue which I made an MR to fix. I didn't actually notice Rust had the same issue but that's probably just my forgotten knowledge with how the vec! macros expand when nested.