aboutsummaryrefslogtreecommitdiff
path: root/posts/text-align-justify.md
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-07-03 10:50:37 -0400
committerBradley Taunt <bt@btxx.org>2024-07-03 10:50:37 -0400
commita7efc5d8b12b5536fdc27a7a32e5eb3087c76aca (patch)
treeb6251707cf382f9f404ff290f15def702452be09 /posts/text-align-justify.md
parentc15093ff7e53de9b48d7805d9ea4dd87c052f651 (diff)
Test out kramdown
Diffstat (limited to 'posts/text-align-justify.md')
-rw-r--r--posts/text-align-justify.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/posts/text-align-justify.md b/posts/text-align-justify.md
index e5ca05e..51cdb03 100644
--- a/posts/text-align-justify.md
+++ b/posts/text-align-justify.md
@@ -8,10 +8,7 @@ The text-align property is fairly well known in the world of CSS, even among tho
The MDN web docs define the `justify` value for `text-align` as such:
-<blockquote>
- <p>The inline contents are justified. Text should be spaced to line up its left and right edges to the left and right edges of the line box, except for the last line.</p>
- <cite><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/text-align">MDN web docs</a></cite>
-</blockquote>
+> The inline contents are justified. Text should be spaced to line up its left and right edges to the left and right edges of the line box, except for the last line.
### See it in action