Common questions about Import Markdown on iOS usually focus on the entry location, supported file type, and formatting after import; this section includes 3 frequent questions and a glossary.
FAQ
Why can’t I find the Markdown Import entry?
- Make sure you opened a Smart Document and tapped the Edit button in the lower-right corner.
- Tap a paragraph position in the document first.
- Open the + icon in the bottom toolbar and check whether Markdown Import appears.
What should I do if some formatting looks incorrect after import?
- Check whether the original
.mdfile uses standard Markdown syntax. - Review heading levels, lists, code blocks, quotes, and similar structures.
- If some formatting is not converted completely, adjust it manually after import.
What files are supported when I import Markdown?
- This entry is used for
.mdMarkdown files. - Before selecting a file, confirm that the file extension is correct.
- If the file is not in Markdown format, convert it to
.mdbefore importing.
Glossary
| Term | Definition |
|---|---|
| Markdown | A lightweight markup language that uses plain-text syntax for headings, lists, links, code blocks, and other structures. |
.md file | A text file with the .md extension, commonly used for notes, documentation, and technical writing. |
| Smart Document | An editable WPS document format used to organize and continue working with imported content. |