Using Pweave
Learn about Pweave and how to add Markdown to a Python program.
We'll cover the following...
Pweave
uses Markdown to provide basic formatting like bolding text, italicizing text, and providing different header sizes. Here is a rundown on Markdown:
Markdown | Result |
---|---|
# Text |
Heading 1 (like a title font) |
## Text |
Heading 2 (subtitle font) |
### Text |
Heading 3 |