# Discourse to Markdown Plugin

**URL:** https://meta.discourse.org/t/discourse-to-markdown-plugin/401199
**Category:** Plugin
**Tags:** markdown, ai
**Created:** [April 22, 2026, 2:33am UTC](https://meta.discourse.org/t/discourse-to-markdown-plugin/401199 "2026-04-22T02:33:17Z")
**Posts on this page:** 1
**Showing post:** 8

<div class="post-metadata">

### Author: ![pmusaraj](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pmusaraj/32/119489_2.png) [@pmusaraj](https://meta.discourse.org/u/pmusaraj)
#### Post date: [September 21, 2026, 2:49pm UTC](https://meta.discourse.org/t/discourse-to-markdown-plugin/401199/8 "2026-09-21T14:49:29Z")

</div>

@benword a quick note that we’re in the process of adding this plugin’s functionality to core. Here is the first PR:

> <https://github.com/discourse/discourse/pull/43843>
>
> References: https://meta.discourse.org/t/discourse-to-markdown-plugin/401199 and… https://acceptmarkdown.com/, credit goes to Ben Word for spearheading the plugin and spec. 
> 
> This PR adds support for forums to respond with rich markdown to requests on topic lists (latest, new, categories, tags) and topic views. This is better for LLMs, more efficient than HTML but with better quality content than the existing \`.raw\` output. Images, lists, tables, formatting is respected properly compared to \`.raw\`. 
> 
> This PR doesn't enable the feature by default yet, it's shipped behind a disabled experimental site setting called \`experimental\_markdown\_endpoints\`. This setting will be soon enabled (after testing) and make public.

Initially, this feature in core will be behind a hidden site setting while we test it. But soon enough, it will be default enabled (admins can disable the feature if they wish).

I have not tested this branch with the plugin side-by-side, I suspect the plugin won’t be needed once this lands in core though.

---

_[View the full topic](https://meta.discourse.org/t/discourse-to-markdown-plugin/401199)._
