Nils Vu
Nils Vu
A great overview is compiled here: https://github.com/cben/mathdown/wiki/math-in-markdown#appendix-summary-table Based on that overview I think support for `$...$`, `$$...$$` and naked `\begin{equation}...\end{equation}` is the de-facto standard, supported by the majority of parsers...
FWIW, here's the Perl filter I ended up implementing to convert from markdown to Doxygen-style math: https://github.com/sxs-collaboration/spectre/blob/develop/docs/config/markdown-math-filter.pl
Added those! Here's the config file: [config.log](https://github.com/spack/spack/files/15267655/config.log)
Can we backport a patch to spack for v7.0.0?
Hi @uyha, thanks for working on this. Do you have plans to complete this feature? The Catch2+CTest community would thank you :)
Thanks for your replies! > We want you "to run fine" if you build LIBXSMM with `DBG=1`. This means I have to re-link my program to a debug build of...
This repo is mostly some sample code that people can copy and edit, not sure how useful it would be as a pip package. If you have suggestions for a...
Sure, here's an example: https://github.com/nilsvu/gwpv/runs/8093009319?check_suite_focus=true Then after just creating the `runner.temp` directory manually within the container the `tar` goes through but the upload fails: https://github.com/nilsvu/gwpv/runs/8093544512?check_suite_focus=true So there seems to be...
I marked this PR "ready for review".
@matthiasdiener could you take another look at this?