You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _getting-started/kicking-the-tires.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,6 @@ The best way to get started with Markdown is to use it. That's easier than ever
4
4
5
5
You don't even need to download anything. There are several online Markdown editors that you can use to try writing in Markdown. [JotBird](https://www.jotbird.com) (which I built) is one of the best online Markdown editors. Just open the site and start typing in the left pane. A preview of the rendered document appears in the right pane.
6
6
7
-
<ahref="https://www.jotbird.com">{% include image.html file="/assets/images/jotbird.png" alt="JotBird Markdown editor" lazy="yes" %}</a>
7
+
{% include image.html file="/assets/images/jotbird.png" alt="JotBird Markdown editor" lazy="yes" %}
8
8
9
9
You'll probably want to keep the JotBird website open as you read through this guide. That way you can try the syntax as you learn about it. After you've become familiar with Markdown, you may want to use a Markdown application that can be installed on your desktop computer or mobile device.
0 commit comments