View Single Post
Old 08-14-2013, 01:04 AM   #1
c_charles
Junior Member
c_charles began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Jul 2013
Device: nook simple touch
Problem of Markdown tables syntax

I were tying to convert EPUB from following txt context with Markdown tables syntax:

**table 1**
First Header | Second Header
------------- | -------------
Content Cell | Content Cell
Content Cell | Content Cell


**table 2**
| Function name | Description |
| ------------- | ------------------------------: |
| `help()` | Display the help window. |
| `destroy()` | **Destroy your computer!** |

**table 3**
| Item | Value | t |
| --------- |: -----|
| Computer | \$1600 |
| Phone | \$12 |
| Pipe | \$1 |

but no table was shown in EPUB file successfully, the result was like this:

table 1 First Header | Second Header ––––- | ––––- Content Cell | Content Cell Content Cell | Content Cell

table 2 | Function name | Description | | ––––- | ––––––––––: | | help() | Display the help window. | | destroy() | Destroy your computer! |

table 3 | Item | Value | t | | ––– |: –—| | Computer | $1600 | | Phone | $12 | | Pipe | $1 |

What's wrong with the converting or syntax?
c_charles is offline   Reply With Quote