Displayng latex equation in gitlab wiki using the markdown editor -


i interested in building wiki scientific computing code on gitlab needs me write equations , render them in wiki in gitlab.

how this.
tried paste mathjax rendering script doesn't work.

can katex used anyhow ?

$$   \partial_t \int_{\omega} \mathbf{q} d \omega =   \int_{\partial \omega} \mathbf{f} (   \mathbf{q}) \cdot \mathbf{n}d \partial   \omega - \int_{\omega} hg \nabla z_b $$ 

gitlab supports katex gitlab ce 8.15 using code backticks.

documentation here , relevant discussion on merge request 8003.

here current way use equations in gitlab

syntax preview


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -