From 863c77eb773b2afe5c5bef43d421ec066f048448 Mon Sep 17 00:00:00 2001 From: angrybayblade Date: Sun, 10 Mar 2024 10:22:05 +0530 Subject: [PATCH] chore: substitution script --- docs/css.md | 4 ++-- docs/html.md | 6 +++--- docs/js.md | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/css.md b/docs/css.md index fd9626a..4b3cc31 100644 --- a/docs/css.md +++ b/docs/css.md @@ -284,7 +284,7 @@ print(template.render(context={"_view": __name__})) font-family: Lucida Console, Monaco, monospace; } - +
diff --git a/docs/html.md b/docs/html.md index 6ef2c82..d0afa79 100644 --- a/docs/html.md +++ b/docs/html.md @@ -338,9 +338,9 @@ print(f"Third render: {time.perf_counter() - tick}") ``` ```stdout -First render: 6.031518665999999 -Second render: 0.3840445420000007 -Third render: 0.3478060410000001 +First render: 6.521765374999999 +Second render: 0.37063745800000003 +Third render: 0.35949308300000027 ``` diff --git a/docs/js.md b/docs/js.md index 1cb045b..0ae5815 100644 --- a/docs/js.md +++ b/docs/js.md @@ -387,7 +387,7 @@ print(template.render(context={"_view": __name__})) font-family: Lucida Console, Monaco, monospace; } - +