Note
This article was last updated on 2023-02-26, the content may be out of date.
normal content
normal blockquote content
**hello** *world*
this is a center-quote shortcode example.
hello world
this is a center-quote shortcode example.
Copyright 2022. Lruihao
All pages and graphics on this web site are the property of FixIt.Copyright 2022. Lruihao
All pages and graphics on this web site are the property of FixIt.
KaTeX mathematical formulas (https://katex.org)
1
| KaTeX mathematical formulas (https://katex.org)
|
1
2
3
4
5
6
7
8
9
| {{< raw >}}
render **raw** *markdown*
{{< /raw >}}
{{< raw >}}
render
<strong>raw</strong>
<em>html</em>
{{< /raw >}}
|
render **raw** *markdown*
render
raw
html

1
2
3
4
5
6
7
8
9
10
11
| <!--  -->
{{< image src="/images/lighthouse.jpg" caption="Lighthouse (`image`)" title="Lighthouse title" src_s="/images/lighthouse-small.jpg" src_l="/images/lighthouse-large.jpg" >}}
{{< image src="/images/lighthouse.jpg" width="50%" caption="Lighthouse (width=50%)" title="width=\"50%\"" >}}
{{< image src="/images/lighthouse.jpg" width="50%" height="200px" title="Lighthouse title" >}}
{{< image src="/images/lighthouse.jpg" height="200px" >}}
{{< image src="/images/lighthouse.jpg" height="100px" loading="eager" >}}
|
Lighthouse (image
)
Lighthouse (width=50%)
