Skip to content

Commit

Permalink
Fix typo in part.md_template
Browse files Browse the repository at this point in the history
Added missing triple-backticks to the end of a codeblock.
  • Loading branch information
CrepeGoat authored Oct 30, 2024
1 parent 89fc021 commit 2c75210
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/refmans/gui/viselements/generic/part.md_template
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ You can also embed an external web page, setting the [*page*](#p-page) property
...
tgb.html("p", "Here is the Wikipedia home page:")
with tgb.part(page="https://www.wikipedia.org/", height="500px")
```

The resulting page will be displayed as this:
<figure class="tp-center">
Expand Down

0 comments on commit 2c75210

Please sign in to comment.