derek-thomas
commited on
Adding link
Browse files
app.py
CHANGED
@@ -20,6 +20,10 @@ Easily create and edit your blog posts with our intuitive text editor. Use the b
|
|
20 |
2. Click the buttons to add predefined snippets.
|
21 |
3. View the live preview to see your formatted blog post.
|
22 |
|
|
|
|
|
|
|
|
|
23 |
Happy blogging!
|
24 |
"""
|
25 |
|
|
|
20 |
2. Click the buttons to add predefined snippets.
|
21 |
3. View the live preview to see your formatted blog post.
|
22 |
|
23 |
+
<div style="background-color: #e6f9e6; padding: 16px 32px; outline: 2px solid; border-radius: 10px;">
|
24 |
+
Note that this is mainly a tool for helping with tricky markdown, but it's a great idea to use the [community blog editor](https://huggingface.co/new-blog) for actual visualization.
|
25 |
+
</div>
|
26 |
+
|
27 |
Happy blogging!
|
28 |
"""
|
29 |
|