Solution beaucoup plus simple avec mathjax Il suffit d’insérer dans _head.html : <script> window.MathJax = { tex: { inlineMath: [ ['##','##'], ["\\(","\\)"], ['$$','$$'], ["\\[","\\]"] ], displayMath: [] } }; </script> <script  […]