mirror of
https://github.com/samuelcolvin/FastUI.git
synced 2023-12-01 22:22:11 +03:00
fix demois missing space (#26)
This commit is contained in:
@@ -13,7 +13,7 @@ router = APIRouter()
|
|||||||
def api_index() -> list[AnyComponent]:
|
def api_index() -> list[AnyComponent]:
|
||||||
# language=markdown
|
# language=markdown
|
||||||
markdown = """\
|
markdown = """\
|
||||||
This site providers a demo of [FastUI](https://github.com/samuelcolvin/FastUI), the code for the demo\
|
This site providers a demo of [FastUI](https://github.com/samuelcolvin/FastUI), the code for the demo
|
||||||
is [here](https://github.com/samuelcolvin/FastUI/tree/main/python/demo).
|
is [here](https://github.com/samuelcolvin/FastUI/tree/main/python/demo).
|
||||||
|
|
||||||
The following components are demonstrated:
|
The following components are demonstrated:
|
||||||
|
|||||||
Reference in New Issue
Block a user