Skip to content

样式一览

约 302 个字 25 行代码 预计阅读时间 1 分钟

Abstraction

此页面将会列出本站点目前支持的所有显示样式 许多都来自 Material for Mkdocs

1
2
3
4
int main(){
    printf("Hello World");
    printf("!/n");
}
#include <iostream>
using namespace std;

The range() function is used to generate a sequence of numbers.

inlcude a file: .gitignore
1
2
3
4
5
6
site/
.DS_Store
*.docx
*.pdf
src/*
*pycache*
col1 col2 col3
r1c1 r1c2 r1c3
r2c1 r2c2 r2c3
r3c1 r3c2 r3c3
graph LR
  A[What to eat?] --> B{Hesitate};
  B -->|KFC| C[Hmm...];
  C --> D[Bad!];
  D --> B;
  B ---->|Mcdonald's| E[Yay!];

文档介绍了所有支持的图

my title

something

no title

my title

something

no inline

Now it suppports Note,Abstract,Info,Tip,Success,Question,Warining,Failure,Danger,Bug,Example,Quote

inline

somthing

Subscribe to our newsletter

Subscribe to our newsletter

1
2
3
4
5
6
#include <stdio.h>

int main(void) {
  printf("Hello world!\n");
  return 0;
}
1
2
3
4
5
6
#include <iostream>

int main(void) {
  std::cout << "Hello world!" << std::endl;
  return 0;
}

Note

Search for emojis here

Definition

Define sth

Text can be deleted and replacement text added. This can also be combined into onea single operation. Highlighting is also possible and comments can be added inline.

Formatting can also be applied to blocks by putting the opening and closing tags on separate lines and adding new lines between the tags and the content.

  • This was marked
  • This was inserted
  • This was deleted

  • H2O

  • ATA

Ctrl+Alt+Del

😍

😄😓

Image title

Image caption

Image title

  • Lorem ipsum dolor sit amet, consectetur adipiscing elit
  • Vestibulum convallis sit amet nisi a tincidunt
    • In hac habitasse platea dictumst
    • In scelerisque nibh non dolor mollis congue sed et metus
    • Praesent sed risus massa
  • Aenean pretium efficitur erat, donec pharetra, ligula non scelerisque
\[ \operatorname{ker} f=\{g\in G:f(g)=e_{H}\}{\mbox{.}} \]

The HTML specification is maintained by the W3C.

Lorem ipsum dolor sit amet

Sed sagittis eleifend rutrum. Donec vitae suscipit est. Nullam tempus tellus non sem sollicitudin, quis rutrum leo facilisis.

Cras arcu libero

Aliquam metus eros, pretium sed nulla venenatis, faucibus auctor ex. Proin ut eros sed sapien ullamcorper consequat. Nunc ligula ante.

Duis mollis est eget nibh volutpat, fermentum aliquet dui mollis. Nam vulputate tincidunt fringilla. Nullam dignissim ultrices urna non auctor.

Method Description
GET Fetch resource
PUT Update resource
DELETE Delete resource

Comments