This is an automated email from the ASF dual-hosted git repository.

joshtynjala pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flex-site.git

commit 0aa92a20c3b2b643653a974c555d969fd4d68974
Author: Josh Tynjala <joshtynj...@bowlerhat.dev>
AuthorDate: Mon Feb 20 15:35:44 2023 -0800

    download-utilities: fix code blocks
---
 content/download-utilities.md | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/content/download-utilities.md b/content/download-utilities.md
index 214cc878e..f00479066 100644
--- a/content/download-utilities.md
+++ b/content/download-utilities.md
@@ -16,8 +16,10 @@ Regular size (302 x 302)
 
 Use this code to embed the regular size badge on your website/blog:
 
-    <iframe name="afSDKInstallBadgeRegular" 
src="https://flex.apache.org/installerbadge/index.html";
+```html
+<iframe name="afSDKInstallBadgeRegular" 
src="https://flex.apache.org/installerbadge/index.html";
     frameborder="0" height="302" marginheight="0" marginwidth="0" 
scrolling="no" width="302"></iframe>
+```
 
 Small size (402 x 84)
 
@@ -25,9 +27,10 @@ Small size (402 x 84)
 
 Use this code to embed the small size badge on your website/blog:
 
-    <iframe name="afSDKInstallBadgeSmall" 
src="https://flex.apache.org/installerbadge/index.html";
+```html
+<iframe name="afSDKInstallBadgeSmall" 
src="https://flex.apache.org/installerbadge/index.html";
     frameborder="0" height="84" marginheight="0" marginwidth="0" 
scrolling="no" width="402"></iframe>
-
+```
 
 <div class="headline"><h4 class="title">Apache Flex SDK Mavenizer</h4></div>
 

Reply via email to