When using Import Markdown File, common questions usually involve formula display, formatting retention, and insertion position; this FAQ includes 3 common questions and a glossary.
FAQ
Why are LaTeX formulas shown as source text after I import a Markdown file?
- LaTeX formulas are not rendered as equation objects during Markdown file import.
- If you see formula source text after import, the content has been inserted as plain text.
- If you need rendered equations, insert them again after import through Insert > Equation or a related slash command.
What should I do if some formatting does not look right after import?
- Check whether the original
.mdfile uses standard Markdown syntax for headings, list indentation, and code blocks. - Import the file again and review whether headings, lists, quotes, and code blocks are converted correctly.
- Adjust any remaining formatting manually in the Smart Document if needed.
Can I import a Markdown file into a document that already has content?
- Yes. Place the cursor where you want the imported content to appear.
- Then use
/markdown, the top menu bar, or drag and drop to start the import. - The imported content is inserted at the current cursor position instead of replacing the existing body text.
Glossary
| Term | Definition |
|---|---|
| Markdown | A lightweight markup language used to write structured text such as headings, lists, quotes, and code blocks. |
| Smart Document | A WPS document type designed for online editing and collaboration, where imported content can be revised further. |
| LaTeX formula | A common way to write mathematical expressions. During Markdown import, it may appear as source text instead of a rendered equation. |