Joe Mooring
Joe Mooring
Also need to come up with a name for current sort method, which _seems_ to sort numeric things numerically, and alpha things alphabetically. Maybe the method is simply `default` with...
Workaround: omit the curly brackets. ``` The time is in \microS ```
Also note that there are many discrepancies between these: - - For example, with go-org: ``` \angle --> ∠le ``` The whole thing needs some love.
@kaushalmodi Only when trying to troubleshoot reported issues.
Re-opening. This is a bug, and needs to be addressed upstream. I'll take care of that.
@kaushalmodi How should `\microS` be rendered?
@kaushalmodi Thanks. Please check the upstream issue for accuracy. https://github.com/niklasfasching/go-org/issues/79
Confirmed. Panic introduced with 9185e11effa682ea1ef7dc98f2943743671023a6.
This is interesting, but a distraction. Instead of implementing another parser, use the CLI: ```bash cook recipe read recipe.cook --output-format yaml > recipe.yaml ``` With a page bundle: ```text content/recipes/...
@bolnel Please use the forum (https://discourse.gohugo.io/) for questions and troubleshooting. We prefer to use GitHub for verified bugs and vetted enhancements. Thanks.