Styling with Markdown
How to use Markdown with Packmind
Last updated
Was this helpful?
How to use Markdown with Packmind
Last updated
Was this helpful?
Practices descriptions support standard flavored . You can use it to format text, put some emphasis, image, links, code snippets and much more.
Here you will find a cheat sheet of commonly used Markdown. Everything is standard with some extras to .
Image must be from https source and it will be blocked if not. Also, it is possible to format the image using the following alts.
Example: 
-> Make the image 50% of the view and center it.
xsmall
width: 50px
small
width: 100px
medium
width: 200px
large
width: 400px
xlarge
width: 800px
width25
width: 25%
width50
width: 50%
width75
width: 75%
width100
width: 100%
center
Center the image
right
Image float right
left
Image float left
Snippets support syntax highlighting. Replace "typescript" on the first line by your language name.