# Python Program to find the L.C.M. of two input number
+
# Python Program to find the L.C.M. of two input number
def compute_lcm(x, y):
diff --git a/tests/data/html/data_attributes.html b/tests/data/html/data_attributes.html
index ed202d1..f389900 100644
--- a/tests/data/html/data_attributes.html
+++ b/tests/data/html/data_attributes.html
@@ -1 +1 @@
-
Cute KittyNew Kitty
\ No newline at end of file
+
Cute KittyNew Kitty
\ No newline at end of file
diff --git a/tests/data/html/document-pdf.html b/tests/data/html/document-pdf.html
index 566846d..9b7b052 100644
--- a/tests/data/html/document-pdf.html
+++ b/tests/data/html/document-pdf.html
@@ -1,4 +1,4 @@
-
+
pdf
diff --git a/tests/data/html/embed.html b/tests/data/html/embed.html
index 92983f2..e458d48 100644
--- a/tests/data/html/embed.html
+++ b/tests/data/html/embed.html
@@ -1 +1 @@
-
Extraction
\ No newline at end of file
+
Extraction
\ No newline at end of file
diff --git a/tests/data/html/heading.html b/tests/data/html/heading.html
index e1ef8d9..ecc7505 100644
--- a/tests/data/html/heading.html
+++ b/tests/data/html/heading.html
@@ -1 +1 @@
-
This is a word
\ No newline at end of file
+
This is a word
\ No newline at end of file
diff --git a/tests/data/html/horizontal_rule.html b/tests/data/html/horizontal_rule.html
index b5055ee..396384c 100644
--- a/tests/data/html/horizontal_rule.html
+++ b/tests/data/html/horizontal_rule.html
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/tests/data/html/image.html b/tests/data/html/image.html
index f0adfa1..0132e42 100644
--- a/tests/data/html/image.html
+++ b/tests/data/html/image.html
@@ -1 +1 @@
-<script>alert(23)</script>Cute Kitty
\ No newline at end of file
+<script>alert(23)</script>Cute Kitty
\ No newline at end of file
diff --git a/tests/data/html/paragraph.html b/tests/data/html/paragraph.html
index 9930c14..bcd000c 100644
--- a/tests/data/html/paragraph.html
+++ b/tests/data/html/paragraph.html
@@ -1 +1 @@
-
Quick brown fox jumps over the lazy dog.
In Penny Lane, there is a barber showing photographs..
\ No newline at end of file
+
Quick brown fox jumps over the lazy dog.
In Penny Lane, there is a barber showing photographs..
{%- if language -%}
{{text}}
{%- else -%}
diff --git a/tiptapy/templates/code_block.html b/tiptapy/templates/code_block.html
index 262db35..cab56e3 100644
--- a/tiptapy/templates/code_block.html
+++ b/tiptapy/templates/code_block.html
@@ -2,7 +2,7 @@
{%- if node.content -%}
{%- set text = node.content[0].text -%}
{%- if text -%}
-
+
{%- if language -%}
{{text}}
{%- else -%}
diff --git a/tiptapy/templates/embed.html b/tiptapy/templates/embed.html
index 05a0df0..ee4437a 100644
--- a/tiptapy/templates/embed.html
+++ b/tiptapy/templates/embed.html
@@ -1,7 +1,7 @@
{%- set html = node.attrs.html -%}
{%- set provider_name = node.attrs.provider|default('link')|lower -%}
-
+
{%- for item in node.content -%}
{%- with template=item.type + '.html', node=item -%}
{%- include template -%}
diff --git a/tiptapy/templates/extras/audio.html b/tiptapy/templates/extras/audio.html
index 787e7c0..e5ccbf2 100644
--- a/tiptapy/templates/extras/audio.html
+++ b/tiptapy/templates/extras/audio.html
@@ -3,7 +3,7 @@
{%- set audio_player_block = get_audio_player_block() -%}
{%- set src = node.attrs.src|trim -%}
-
+
{%- if caption -%}
{{audio_player_block}}
{{caption}}
{%- else -%}
diff --git a/tiptapy/templates/extras/document.html b/tiptapy/templates/extras/document.html
index c5fdeb9..495f440 100644
--- a/tiptapy/templates/extras/document.html
+++ b/tiptapy/templates/extras/document.html
@@ -5,7 +5,7 @@
{%- set ext = node.attrs.format|trim -%}
{%- if src and size and fname and ext -%}
{%- set doc_block = get_doc_block(ext, fname, size, src) -%}
-
+
{%- if caption -%}
{{doc_block}}{{caption}}
{%- else -%}
diff --git a/tiptapy/templates/heading.html b/tiptapy/templates/heading.html
index 9fb255d..e07223b 100644
--- a/tiptapy/templates/heading.html
+++ b/tiptapy/templates/heading.html
@@ -1,4 +1,4 @@
-
+
{%- for item in node.content -%}
{%- with template=item.type + '.html', node=item -%}
{%- include template -%}
diff --git a/tiptapy/templates/horizontalRule.html b/tiptapy/templates/horizontalRule.html
index e123ba7..cd2fffa 100644
--- a/tiptapy/templates/horizontalRule.html
+++ b/tiptapy/templates/horizontalRule.html
@@ -1 +1 @@
-
+
diff --git a/tiptapy/templates/horizontal_rule.html b/tiptapy/templates/horizontal_rule.html
index e123ba7..cd2fffa 100644
--- a/tiptapy/templates/horizontal_rule.html
+++ b/tiptapy/templates/horizontal_rule.html
@@ -1 +1 @@
-
+
diff --git a/tiptapy/templates/image.html b/tiptapy/templates/image.html
index ac0f7d7..b8c2793 100644
--- a/tiptapy/templates/image.html
+++ b/tiptapy/templates/image.html
@@ -9,7 +9,7 @@
{%- set fallback_type = url2mime(fallback_url) -%}
{%- if image_url or fallback_url -%}
- <{{ make_img_src(node.attrs) }}/>
+ <{{ make_img_src(node.attrs) }}/>
{%- if caption -%}
{{ caption }}
{%- endif -%}