You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
People could collaborate on blogs on a shared google document. So, add instructions on how someone can convert the google doc to markdown in Writing a blog section of contributor's guide.
Download the Google document in "Microsoft Word (.docx)" format.
Then go to the folder for writing the blog:
export INPUT_FILE=""# This should be the file with .docx extensionexport OUTPUT_FILE=""# This should be the file with .md extensioncd content/en/blog/2024
pandoc -t markdown_strict --extract-media .$INPUT_FILE -o $OUTPUT_FILE
The text was updated successfully, but these errors were encountered:
People could collaborate on blogs on a shared google document. So, add instructions on how someone can convert the google doc to markdown in
Writing a blog
section of contributor's guide.The text was updated successfully, but these errors were encountered: