Lorem you

Lorem

dsf

  • kDgHjKOHwjfJDC

    • hjkgkjk
    • jkghjk
    • kllj
      • dfgdfg
        • dfs
  • 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.

fsd

Lorem

😀 Lorem sdf

撒旦发射点 胜多负少

sdfs
itΨ(r,t)=H^Ψ(r,t)i \hbar \frac{\partial}{\partial t}\Psi(\mathbf{r},t) = \hat H \Psi(\mathbf{r},t)
  1. jkh
  2. kDgHjKOHwjfJDCyRGELzVxiP
    1. igkjghjkg
    2. ;lklhlhlhl;

f(x)=x2f(x) = x^2 sdfsdfsd

sdfgdfg

f(x)=x2f(x) = x^2
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';",

      },

    }),

  ],