Replies: 4 comments 1 reply
-
If you want to export the content as plain HTML while still using BeautifulSoup for parsing and manipulation, you can achieve this by converting the Markdown back to HTML after processing it with BeautifulSoup.from bs4 import BeautifulSoup def html_to_md(html_content):
def md_to_html(md_content):
def write_content_to_file(content, file_path): def main(): if name == "main": |
Beta Was this translation helpful? Give feedback.
-
Hey tanks for your answer. |
Beta Was this translation helpful? Give feedback.
-
Hi @nachog00. Good question. So, I'll convert this discussion into issue to finish |
Beta Was this translation helpful? Give feedback.
-
Attention please! Good news is coming! I finally released the -rc version for @yoopta/exports 🔥 So, what we have in current time:
But this task is still in progress.
I think these minor bugs will be fixed soon and I'll publish a stable version ASAP. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the great plugin! I'm surely be using it a lot.
Now my question is:
is there any way to export the content as a plain html? I intend on using this as a high quality input in a form, and I need to store the input as html.
I saw the editor.getEditorValue method returns an object with a tree but i cant really use that as it is.
Thanks anyways.
Beta Was this translation helpful? Give feedback.
All reactions