Notes on MyST#
This page contains example styles to help authors of this site to style stuff correctly.
Highlight and Hover#
Test me by hovering over me.
Code with Lines and Emphasis#
1def my_method(x):
2 print(s)
3 return x
Icons#
Lot’s of icons found in .\html\_static\vendor\fontawesome\6.1.2\css\all.min.css
fa-rocket
fa-prescription-bottle
fa-question
fa-file-video
fa-arrow-right
fa-fingerprint
fa-file-download
fa-download
Reference Examples#
Create some text that needs a footnote like this here.[1]
Create a reference to somewhere on this page in the same way as using footnotes.
A reference to another page is done similarly. Go to Flake8 Tox.ini.
Tables#
github table#
col1 |
col2 |
col3 |
---|---|---|
value1 |
a lot of text here that may or may not wrap |
more text |
value2 |
short |
A lot of text here that may or may not wrap. You have no control over the column widths |
myST#
In this table, the structure is much different. There is a title. And, you have some control over the column widths.
col1 |
col2 |
col3 |
---|---|---|
This column is set to width=5 |
Width=2 |
This column has the width set to 30. |
Value |
20 |
Likely, all the column widths are relative. But, I honestly don’t understand the units. And, I’d like to find a way to create a table that doesn’t span the entire width, but is more compact. |
Footnotes#
[1] List all the footnotes here using numbers that match the link in the body.