You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "Xiangdong Huang (Jira)" <ji...@apache.org> on 2020/10/31 09:19:00 UTC

[jira] [Created] (IOTDB-974) rewrite the tables from HTML language to markdown grammer in all md files

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)

Re: [jira] [Created] (IOTDB-974) rewrite the tables from HTML language to markdown grammer in all md files

Posted by Xiangdong Huang <sa...@gmail.com>.
Hi,

this is a pure document modification.

Look forward to new contributors~

Best
-----------------------------------
Xiangdong Huang
School of Software, Tsinghua University

 黄向东
清华大学 软件学院


Xiangdong Huang (Jira) <ji...@apache.org> 于2020年10月31日周六 下午5:19写道:

> 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)
>