Loading...
Loading...
Compare original and translation side by side
Convert this markdown to EPUB:Convert this markdown to EPUB:undefinedundefined######| Element | Markdown | Support | Notes |
|---|---|---|---|
| Headers | | Full | Auto TOC generation |
| Bold | | Full | |
| Italic | | Full | |
| Links | | Full | Clickable in ebooks |
| Lists | | Full | Nested lists supported |
| Code blocks | | Enhanced | Syntax highlighting ready, monospace fonts |
| Inline code | | Enhanced | Styled background, borders |
| Tables | Markdown tables | Enhanced | Styled headers, alternating rows |
| Blockquotes | | Full | Styled with left border |
| Horizontal rule | | Full |
| 元素 | Markdown语法 | 支持情况 | 说明 |
|---|---|---|---|
| 标题 | | 完全支持 | 自动生成目录 |
| 粗体 | | 完全支持 | |
| 斜体 | | 完全支持 | |
| 链接 | | 完全支持 | 在电子书中可点击 |
| 列表 | | 完全支持 | 支持嵌套列表 |
| 代码块 | | 增强支持 | 支持语法高亮,使用等宽字体 |
| 行内代码 | | 增强支持 | 带样式背景和边框 |
| 表格 | Markdown表格语法 | 增强支持 | 带样式表头、交替行颜色 |
| 块引用 | | 完全支持 | 左侧带边框样式 |
| 水平分隔线 | | 完全支持 |
```def fibonacci(n):
if n <= 1:
return n
return fibonacci(n-1) + fibonacci(n-2)```def fibonacci(n):
if n <= 1:
return n
return fibonacci(n-1) + fibonacci(n-2)| Feature | Status | Notes |
|---|---|---|
| Headers | ✓ | Full support |
| Code | ✓ | Enhanced styling |
| Tables | ✓ | Professional layout |
| Feature | Status | Notes |
|---|---|---|
| Headers | ✓ | Full support |
| Code | ✓ | Enhanced styling |
| Tables | ✓ | Professional layout |
##epub_generator.pymarkdown_processor.pyepub_generator.pymarkdown_processor.py