Skip to content

Commit

Permalink
Merge branch 'list-documentation' into webhook_support-external-stora…
Browse files Browse the repository at this point in the history
…ge-deployment
  • Loading branch information
Tanmay Sharma committed Mar 20, 2024
2 parents 86ba9e4 + f75c4f2 commit 4e78f9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/overview/document-generation-api/templatetags.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ JSON representation of the input data:

```json
{
"List_Data": "<ol><li>Level 1</li><li>Level 1<ol><li>Level 2</li><li>Level 2<ol><li>Level 3</li><li>Level 3</li></ol></li></ol></li></ol>"
"List_Data": "<ol><li>Level 1</li><li>Level 1<ol><li>Level 2</li><li>Level 2<ol><li>Level 3</li><li>Level 3</li></ol></li></ol></li></ol>"
}
```

Expand All @@ -320,7 +320,7 @@ JSON representation of the input data:

```json
{
"List_Data": "<ol style = \" list-style-type : upper-roman; \"><li>Coffee</li><li>Tea</li><li>Milk</li></ol>"
"List_Data": "<ol style = \" list-style-type : upper-roman; \"><li>Coffee</li><li>Tea</li><li>Milk</li></ol>"
}
```

Expand Down

0 comments on commit 4e78f9b

Please sign in to comment.