## Note: Avoid underscores so that it doesn't interfere with MathJax. Use asterisks instead:
**bold**
*italic*
***bold-italic***
~~strikethrough~~
`code`
## Note: For the following, one must add `markup: mmark` to the front matter:
x~subscript~
x^superscript^
xsubscript
xsuperscript
Links
## External link:[**Website Settings and Tutorials**](https://blabuva.github.io/Settings_Website/ "Update the Website yourself!")## External link with title:[**Linux Settings and Tutorials**](https://blabuva.github.io/Settings_Linux/ "Manage the server!")## Internal absolute link to a markdown or html file:[(Hu)go Template Primer](/guides/goisforlovers/ "Learn how to Go Template!")## Internal relative link to a markdown or html file:[Osmolality Cheatsheet](/lab-links/ephys/guides/procedures/osmolality-cheatsheet-website-version/ "Learn how to check osmolality!")## Internal link to an index page:[Lab Members](/members "Members Only!")## Internal link to a resource file with text bolded:[The Axon Guide](/lab-links/ephys/The Axon Guide.pdf)## Link that opens up in a new tab using shortcode link.html (This code is rendered when shown on the website)
<a href="https://blabuva.github.io/Settings_Website/" target="_blank">**Website Settings and Tutorials**</a>
<a href="/lab-links/ephys/The%20Axon%20Guide.pdf" target="_blank">The Axon Guide</a>
## Reference style links
You can access the [server's files through Windows][Instructions_connect_to_server] and access them via [Sublime Text][1] or [Typora].
## Image with alternative text and title
![image of a brain](/members/images/brain.jpg "BIG BRAIN!")## Image with alternative text and title
![image of a template person](images/template.jpg "TEMPLATE")## Reference style
![image of a brain again][brain image]## Image that doesn't exist
![Image that doesn't exist](images/none.jpg "WHY???")
Inline mode:
Set $m = 3$ be the number of grad students and $n = 6$ be the number of undergrads, then
Display mode:
$$\text{blabuva} = \text{Mark} + \Sigma_{i}^{m} \text{grad} + \Sigma_{i}^{n} \text{undergrad}$$
Set $m = 3$ be the number of grad students and $n = 6$ be the number of undergrads, then \(\text{blabuva} = \text{Mark} + \Sigma_{i}^{m} \text{grad} + \Sigma_{i}^{n} \text{undergrad}\)
Centered with No borders (Not working yet!)
This is an image:
Centered Block with No borders (Not working yet!)
This is an image:
With Captions
Example of Fill
Example of Resize
Example of Fit with white background color
Example of floating to the right
You can have some text here. The figure will float to the right.
Example of floating to the left
You can have some text here. The figure will float to the left.
Example with increasing left-margins
Example of Fill with custom image style (Not working!)
Member introductions
Template
This is an example using the shortcodememberproc.html:
The description can be typed in Markdown, and the pictures can be autimatically processed to match a specific size. The shortcode takes 4 arguments: the file name, the image processing action, the size of the image, and the figure caption. Notes:
If you need to change the styles of borders and background colors, etc., please modify the file /media/shareX/Website/static/css/mystyle.css.
If you need to modify the html template, please modify the file /media/shareX/Website/layouts/shortcodes/memberproc.html.