https://github.com/JuliaLang/julia
Revision 42d98a2ed14dbdba49154a24ee3083e3ac4ecca7 authored by Morten Piibeleht on 15 September 2023, 14:00:49 UTC, committed by GitHub on 15 September 2023, 14:00:49 UTC
A couple small fixes and cosmetic improvements to the Unicode table in
the docs:

* Most importantly, makes sure that the resulting object from the
at-eval block is `Markdown.MD`, which which will be necessary for
Documenter 1.0 (#47105). It also fixes the `Markdown.Table` structure --
each of the cells should be an array, not just a string, so it adds one
more layer of nesting.
* Cosmetically, center-aligns the characters, and wraps the latex
commands in `<code>`
1 parent b5feb45
Raw File
Tip revision: 42d98a2ed14dbdba49154a24ee3083e3ac4ecca7 authored by Morten Piibeleht on 15 September 2023, 14:00:49 UTC
doc: correct unicode-input table generation (#51328)
Tip revision: 42d98a2
CITATION.bib
% This article is the definitive citation for Julia.
@article{Julia-2017,
    title={Julia: A fresh approach to numerical computing},
    author={Bezanson, Jeff and Edelman, Alan and Karpinski, Stefan and Shah, Viral B},
    journal={SIAM {R}eview},
    volume={59},
    number={1},
    pages={65--98},
    year={2017},
    publisher={SIAM},
    doi={10.1137/141000671},
    url={https://epubs.siam.org/doi/10.1137/141000671}
}

% For more details on research related to Julia, see https://julialang.org/research
back to top