[all-commits] [llvm/llvm-project] 4ae795: [mlir] Fix MathJax rendering in Affine doc
Kai Sasaki via All-commits
all-commits at lists.llvm.org
Tue Jan 5 18:11:59 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4ae7952e2b3566d373c55c8e9740051ca37ed738
https://github.com/llvm/llvm-project/commit/4ae7952e2b3566d373c55c8e9740051ca37ed738
Author: lewuathe <lewuathe at me.com>
Date: 2021-01-06 (Wed, 06 Jan 2021)
Changed paths:
M mlir/docs/Dialects/Affine.md
Log Message:
-----------
[mlir] Fix MathJax rendering in Affine doc
MathJax is not properly imported in Affine doc. It causes the invalid rendering
of math formulas in the Affine doc page.
https://mlir.llvm.org/docs/Dialects/Affine/#affine-expressions
Importing MathJax code from CDN resolved the rendering issue as follows.
{F14942131}
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D94004
More information about the All-commits
mailing list