Xiangdong Huang created IOTDB-974:
-------------------------------------
Summary: rewrite the tables from HTML language to markdown grammer
in all md files
Key: IOTDB-974
URL: https://issues.apache.org/jira/browse/IOTDB-974
Project: Apache IoTDB
Issue Type: Task
Components: Document
Reporter: Xiangdong Huang
Recently I find some docs are using HTML grammar to represent a table,
e.g., in docs/UserGuide/System Tools/Sync Tool.md, we are using <table> ...
However, using "|" is better in markdown files and can be recognized by many
renders.
e.g., in docs/zh/UserGuide/V0.9.x/7-Ecosystem Integration/5-Hive TsFile.md
| TsFile 数据类型 | Hive 数据类型 |
| ---------------- | --------------- |
| BOOLEAN | Boolean |
| INT32 | INT |
| INT64 | BIGINT |
| FLOAT | Float |
| DOUBLE | Double |
| TEXT | STRING |
So, I'd like to call a task to convert all table with HTML "<table>" to
markdown "|".
If so, we can very easy to use tools like `pandoc` to generate pdf user guide
file from all markdown files.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)