> Markdown Previewer
> write --markdown | preview --rendered
Writing should feel good. Clean. Focused. Like typing in an old-school terminal where it's just you and your words. That’s the heart of the BiɛgoShell Markdown Previewer.
 
Need help? Here are some Markdown basics to get you started:
 
- Headings: Use
#
for headings. Example:# Heading 1
,## Heading 2
. - Bold: Wrap text in
**
. Example:**bold text**
. - Italic: Wrap text in
*
. Example:*italic text*
. - Lists: Use
-
,*
, or+
for unordered lists, and numbers for ordered lists. - Links: Use
[text](url)
. Example:[Google](https://google.com)
. - Code: Wrap inline code in
`
. Example:`code`
.