Inline Code
Use backticks for short snippets: `npm install`.
Fenced Code Blocks
```python
def hello(name: str) -> str:
return f"Hello, {name}"
```
Language Hints
Specify the language for better syntax highlighting and export fidelity:
```bash
pip install -r requirements.txt
```
Multiline Output Blocks
```text
Conversion started...
Finished: sample.docx
```
Tips for Better Exports
- Avoid tabs; use spaces for consistent alignment.
- Keep lines narrower than the page width to prevent wrapping in Word/PDF.
- For Mermaid or math, keep those in dedicated fenced blocks (
mermaid/ ).