Markdown output option
Hi,
I noticed a feature was added to choose the output format (alternative to HTML) as per here.
However, "output" no longer appears as an option in the UI. Adding it manually to the schema JSON also had no affect.
How can I choose to output as markdown by default?
Thanks
Maybe something changed on the strapi's side and the field is no longer visible. What version do you use?
I'm using Strapi 4.12.1
I ran into this problem as well. Took a bit of just fiddling, but I traced it to having two CKEditor options for an attribute: CKEditor and CKEditor 5. CKEditor provides the Markdown output option while CKEditor 5 does not. CKEditor 5 also does not respond to setting the "options": { "output": "Markdown" } property in the schema.json for the attribute.
https://github.com/ckeditor/strapi-plugin-ckeditor/assets/2660142/152bc6f2-0e73-477a-a7dc-28357c7ade73