Browse Source

Fix document styles. (#12600)

Kerwin 2 years ago
parent
commit
207b4e77d3
1 changed files with 2 additions and 1 deletions
  1. 2 1
      docs/docs/en/guide/project/workflow-definition.md

+ 2 - 1
docs/docs/en/guide/project/workflow-definition.md

@@ -78,7 +78,8 @@ Workflow running parameter description:
 * **Complement(Backfill)**: Run workflow for a specified historical period. There are two strategies: serial complement and parallel complement.
 
   > You could select the time period or fill in it manually in UI. The date range is left closed and right closed time interval (startDate <= N <= endDate)
-  > * Serial complement: Run the workflow from start date to end date according to the time period you set in serial.
+
+  * Serial complement: Run the workflow from start date to end date according to the time period you set in serial.
 
   ![workflow-serial](../../../../img/new_ui/dev/project/workflow-serial.png)