# Wiskundige modus moeilijk te gebruiken met rich text editor

**URL:** https://meta.discourse.org/t/math-mode-hard-to-use-with-rich-text-editor/378089
**Category:** Support
**Tags:** math
**Created:** [11 augustus 2025 om 02:45 UTC](https://meta.discourse.org/t/math-mode-hard-to-use-with-rich-text-editor/378089 "2025-08-11T02:45:40Z")
**Posts on this page:** 1
**Showing post:** 10

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [11 augustus 2025 om 18:43 UTC](https://meta.discourse.org/t/math-mode-hard-to-use-with-rich-text-editor/378089/10 "2025-08-11T18:43:04Z")

</div>

You can change the `Default composition mode` site setting to markdown.

And then if you are not using the starter plan, you can use the CSS from the post I linked in a theme component to hide the toggle in the composer. ([Customizing themes without an Edit code button](https://meta.discourse.org/t/customizing-themes-without-an-edit-code-button/329601))

> [@How can i set disable Markdown & Default to Rich Text](https://meta.discourse.org/t/how-can-i-set-disable-markdown-default-to-rich-text/370335/4):
>
> Then, add a little CSS snippet to the code for that component that looks like so:
> 
> ```plaintext
> .composer-toggle-switch {
> display: none;
> 
> ```

---

_[View the full topic](https://meta.discourse.org/t/math-mode-hard-to-use-with-rich-text-editor/378089)._
