From 1c1c1382c97a1c02f62d40393b107534bcbcc637 Mon Sep 17 00:00:00 2001 From: Zain Hoda <7146154+zainhoda@users.noreply.github.com> Date: Mon, 17 Apr 2023 20:43:38 -0400 Subject: [PATCH] code component overflow --- docs/gallery/chart.html | 4 ++-- docs/gallery/grid.html | 16 ++++++++-------- generator/generate.swift | 2 +- pyproject.toml | 2 +- src/pyvibe/__init__.py | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/gallery/chart.html b/docs/gallery/chart.html index e6b3b7a..fbb1244 100644 --- a/docs/gallery/chart.html +++ b/docs/gallery/chart.html @@ -139,10 +139,10 @@

Chart Example

-
+

Python Source

This is the source code for the current page.

diff --git a/docs/gallery/grid.html b/docs/gallery/grid.html index a08eb77..9ad69ed 100644 --- a/docs/gallery/grid.html +++ b/docs/gallery/grid.html @@ -140,25 +140,25 @@

Grid Example

-
+
-
+
-
+
-
+

Python Source

diff --git a/generator/generate.swift b/generator/generate.swift index ca5d675..70fbfb2 100644 --- a/generator/generate.swift +++ b/generator/generate.swift @@ -1100,7 +1100,7 @@ struct CodeElement: Element { \(header)
-
+
\(prefixText) \(value)
diff --git a/pyproject.toml b/pyproject.toml index d7a8b96..2cd7799 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyvibe" -version = "0.0.4" +version = "0.0.5" authors = [ { name="Zain Hoda", email="zain@pycob.com" }, ] diff --git a/src/pyvibe/__init__.py b/src/pyvibe/__init__.py index 864a1e9..a7211dc 100644 --- a/src/pyvibe/__init__.py +++ b/src/pyvibe/__init__.py @@ -468,7 +468,7 @@ def to_html(self): ''' + self.header + '''
-
+
''' + self.prefix + ''' ''' + self.value + '''