You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ki...@apache.org on 2022/02/21 15:25:24 UTC

[incubator-seatunnel] branch dev updated: [Chore] Fix markdown syntax in the plugins part in the README doc (#1303)

This is an automated email from the ASF dual-hosted git repository.

kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new fcd03a0  [Chore] Fix markdown syntax in the plugins part in the README doc (#1303)
fcd03a0 is described below

commit fcd03a06708d8a1d488d77b0045cb01d07806932
Author: Benedict Jin <as...@apache.org>
AuthorDate: Mon Feb 21 23:25:18 2022 +0800

    [Chore] Fix markdown syntax in the plugins part in the README doc (#1303)
---
 README.md | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index ad9b923..3e5e492 100644
--- a/README.md
+++ b/README.md
@@ -62,12 +62,18 @@ processing plug-in, because the whole system is easy to expand.
 
 ## Plugins supported by SeaTunnel
 
-- Input plugin Fake, File, Hdfs, Kafka, Druid, InfluxDB, S3, Socket, self-developed Input plugin
+- Input plugin
 
-- Filter plugin Add, Checksum, Convert, Date, Drop, Grok, Json, Kv, Lowercase, Remove, Rename, Repartition, Replace,
+  Fake, File, Hdfs, Kafka, Druid, InfluxDB, S3, Socket, self-developed Input plugin
+
+- Filter plugin
+  
+  Add, Checksum, Convert, Date, Drop, Grok, Json, Kv, Lowercase, Remove, Rename, Repartition, Replace,
   Sample, Split, Sql, Table, Truncate, Uppercase, Uuid, Self-developed Filter plugin
+  
+- Output plugin
 
-- Output plugin Elasticsearch, File, Hdfs, Jdbc, Kafka, Druid, InfluxDB, Mysql, S3, Stdout, self-developed Output plugin
+  Elasticsearch, File, Hdfs, Jdbc, Kafka, Druid, InfluxDB, Mysql, S3, Stdout, self-developed Output plugin
 
 ## Environmental dependency