Lorem you
kDgHjKOHwjfJDC
- hjkgkjk
- jkghjk
- kllj
- dfgdfg
- dfs
- dfgdfg
jkhbgkj
jkh
The world is flat.:joy:
I need to highlight these ==very important words==.
Syntax | Description |
---|---|
Header | Title |
Paragraph | Text |
- Write the press release
- Update the website
- Contact the media
:shipit:
[^1]: This is the footnote.
Dorothy followed her through many of the beautiful rooms in her castle.
The Witch bade her clean the pots and kettles and sweep the floor and keep the fire fed with wood.
Lorem
😀 Lorem sdf
撒旦发射点 胜多负少
- jkh
- kDgHjKOHwjfJDCyRGELzVxiP
- igkjghjkg
- ;lklhlhlhl;
sdfsdfsd
sdfgdfg
fn main() {
// Statements here are executed when the compiled binary is called
// Print text to the console
println!("Hello World!");
}
God
fn drink(beverage: &str) {
// You shouldn't drink too much sugary beverages.
if beverage == "lemonade" { panic!("AAAaaaaa!!!!"); }
println!("Some refreshing {} is all I need.", beverage);
}
fn main() {
drink("water");
drink("lemonade");
}
Hell
/** @type {import('@sveltejs/kit').Config} */
import adapter from '@sveltejs/adapter-netlify';
import { mdsvex } from 'mdsvex';
import preprocess from 'svelte-preprocess';
import toc from '@jsdevtools/rehype-toc';
import rehypeSlug from 'rehype-slug';
const config = {
extensions: ['.svelte', '.md', '.svelte.md'],
preprocess: [
mdsvex({ extensions: ['.svelte.md', '.md', '.svx'], rehypePlugins: [rehypeSlug, toc] }),
preprocess({
scss: {
prependData: "@import 'src/lib/styles/variables.scss';",
},
}),
],