Uploaded image for project: 'Apache IoTDB'
  1. Apache IoTDB
  2. IOTDB-974

rewrite the tables from HTML language to markdown grammer in all md files

    XMLWordPrintableJSON

Details

    Description

      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.

       

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              hxd Xiangdong Huang
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: