博文编写参考
nxdong July 02, 2022 [Blog]收集常用模块,用于复制粘贴.
代码块
See the docs for options.
1 //! jelly-actix-web-starter - A starter template for actix-web projects that feels very Django-esque. Avoid the boring stuff and move faster.
2
3 use actix_web;
4 use mainlib;
5 use io;
6
7
8 async 9 10
11
12 let context = new;
1 <!doctype html>
2
3
4
5 Example HTML5 Document
6
7
8 Test
9
10
Blockquote no attribution
Tiam, ad mint andaepu dandae nostion secatur sequo quae. Note that you can use Markdown syntax within a blockquote.
Blockquote with attribution
Don't communicate by sharing memory, share memory by communicating.
— Rob Pike1
All men by nature desire to know.
― Aristotle2
Power comes in response to a need, not a desire.
— Goku
Tables
Tables aren't part of the core Markdown spec, but Zola supports them out-of-the-box.
Name | Age |
---|---|
Alice | 23 |
Bob | 27 |
Cody | 33 |
John | 59 |
Kerry | 23 |
Table with Inline Markdown
Italics | Bold | Code | StrikeThrough |
---|---|---|---|
italics | bold | code |
Large table within figure tag
Surround very Large tables with <figure></figure>
so they can scroll horizontally.
Manufacturer | Volkswagen | Toyota | Ford | Honda | Chevrolet | BMW | Hyundai | Audi | Nissan | Kia | Mercedes | Tesla | Mitsubishi | Suzuki | Volvo | Subaru | Mazda | Jaguar | Buick | Lexus | GMC | Porsche | Cadillac |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Revenue $B | $254 | $249 | $127 | $124 | $123 | $113 | $88 | $83 | $74 | $61 | $55 | $54 | $38 | $31 | $30 | $28 | $27 | $22 | $21 | $19 | $17 | $16 | $12 |
Foldable Text
Title 1
IT'S A SECRET TO EVERYBODY.
Title 2
Stay awhile, and listen!
Other Elements — abbr, sub, sup, kbd, mark, link
GIF is a bitmap image format.
H2O
Xn + Yn = Zn
Press CTRL+ALT+Delete to end the session.
Most salamanders are nocturnal, and hunt for insects, worms, and other small creatures.
The above quote is excerpted from Rob Pike's talk during Gopherfest, November 18, 2015.
The quote is the first sentence of Aristotle's Metaphysics.
Navs
Site primary menu is created by nesting the nav under a header tag. Refer to the top of this site for an example.
If the nav tag is under the main tag instead of the header tag then the links will have a border:
Forms
Math Usage
Wrap any valid $\KaTeX$ syntax with $...$
for inline
Mathematics and $$...$$
for block Mathematics.
Inline Mathematics
This is the most beautiful equation I've ever seen:
Usage
^+1=0
e
Output
e^{i\pi}+1=0
Block Mathematics
Some Mathematics in display mode is fair enough:
Usage
^1 x^2 dx
\int_0
Output
\int_0^1 x^2 dx
Auto Render Inline Example
$ e^{i\pi}+1=0 $
$ e^{i\pi}+1=0 $
Auto Render Block Example
$$
f(x) = \int_{-\infty}^\infty\hat f(\xi)\,e^{2 \pi i \xi x}\,d\xi
$$
$$ f(x) = \int_{-\infty}^\infty\hat f(\xi),e^{2 \pi i \xi x},d\xi $$