Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Markdown output option #71

Open
zzph opened this issue Aug 8, 2023 · 3 comments
Open

Markdown output option #71

zzph opened this issue Aug 8, 2023 · 3 comments

Comments

@zzph
Copy link

zzph commented Aug 8, 2023

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

@Witoso
Copy link
Member

Witoso commented Aug 10, 2023

Maybe something changed on the strapi's side and the field is no longer visible. What version do you use?

@zzph
Copy link
Author

zzph commented Aug 11, 2023

I'm using Strapi 4.12.1

@JonKrone
Copy link

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.

Screen.Recording.2024-01-14.at.19.06.03.mov

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants