Gokix

一言(ヒトコト)

关注我

苏铁美化-暗系风格 测试

一级标题

兄弟你好,我是字

二级标题

兄弟你好,我是字

三级标题

兄弟你好,我是字

四级标题

兄弟你好,我是字

五级标题
六级标题

文字测试

粗体

斜体

删除线

\(a^2+b^2=c^2\)

\[a \times b=c \]

<img src="your_url.png" style="width:70%; height:70%">

点击查看代码

int find(int x){
	while(x != f[x]){
		x = f[x] = f[f[x]];
	}
	return x;
}

#include<iostream>
#include<cstdio>
#include<cstring>
#include<algorithm>
using namespace std;
long long rd(){char ch=getchar();long long x=0,f=1;while(ch<'0' || ch>'9'){if(ch=='-') f=-1;ch=getchar();}
              while('0'<=ch && ch<='9'){x=x*10+ch-'0';ch=getchar();}return x*f;}
void wr(long long x){if(x<0){putchar('-');x=-x;}if(x>9) wr(x/10);putchar(x%10+'0');}
  • Oriental-2023

  • Touhou:19

    • TH20? s \(\sum\)
    • TH20! p \(\prod\)
    • akashiya l \(\lim\)
      • mode202
      • koishiEX05
  • 中文测试

  1. Orz 2017
  2. stO 2022
  3. 中文测试
    1. J
    2. K
    3. L
      1. app\(le\)
      2. W\(o\)rk
      3. Egg\(plant\)

引用测试:

We hold these truths to be self-evident, that all men are created equal, that they are endowed by their Creator with certain unalienable Rights, that among these are Life, Liberty, and the pursuit of Happiness.
我们认为这些真理是不言而喻的:人人生而平等,造物者赋予他们若干不可剥夺的权利,其中包括生命权、自由权和追求幸福的权利。

目标样式 目标实体 CSS 写法
实心圆点 list-style-type: disc;
空心圆圈 list-style-type: circle;
实心方块 list-style-type: square;
小写英文字母 a. b. c. list-style-type: lower-alpha;
小写罗马数字 i. ii. list-style-type: lower-roman;
大写英文字母 A. B. C. list-style-type: upper-alpha;
大写罗马数字 I. II. list-style-type: upper-roman;
小写希腊字母 α. β. γ. list-style-type: lower-greek;
小写拉丁字母 a. b. c. list-style-type: lower-latin;
大写拉丁字母 A. B. C. list-style-type: upper-latin;

本改动基于suxxsfe美化,谢谢苏铁!

image

posted @ 2022-11-24 08:38  Gokix  阅读(59)  评论(5)    收藏  举报