Can the reply quote use the original markdown instead of the rendered html?
Here is the test
- Testing
This is a sub-header
- Here is another text.
Here is the test
Testing
This is a sub-header
Here is another text.


Because the "Quote" button does not give me the original markdown, the quoted content is distorted.

I believe #1377 I was saying something difficult to achieve.
But here it is much more simple issue.
I understood "from HTML to Markdown" is hard to develop.
So I just need to get the "original markdown" which should be already stored in Greasy Fork.
You mentioned "Downside is that this is potentially confusing why quoting some posts "works" and others doesn't. "
You can just make it as an option like HTML/markdown, with the downside remarks.
So the user can have such an option to enable this feature with the expected downside.
This should be very simple feature. I am not asking much more like changing markdown lib, must have a way to convert HTML to markdown, etc.

For example, user A posted something in markdown, then I am using the markdown too. Why it has to be converted to html and then I quote it in html to type and send as markdown.
If my mode is also markdown and the quoted content is also markdown, it should give me the markdown original instead of the rendered html.