test

h1

h2

h3

h4

abc d e f g h [1] i

HTML

math

12\frac{1}{2}

alert

Note

no T

Info

info1
werfl2
jj3
jpj4

d

Warning

warning
nilj
kpo

qq

danger
ff

Question

Example

112=1+2+3+4...-\frac{1}{12}=1+2+3+4...

Success

Failure

sa

sa

fcwf

term
definition

mermaid

flowchart TB c1[<font color=red>w]-->a2 subgraph one a1-->a2 end subgraph two b1-->b2 end subgraph three c1-->c2 end one --> two three --> two two --> c2 B[dd] click B "#test"
sequenceDiagram Alice->>Bob: Hello Bob, how are you? alt is sick Bob->>Alice: Not so good :( else is well Bob->>Alice: Feeling fresh like a daisy end opt Extra response Bob->>Alice: Thanks for asking end

table

n k
j j
s s
a b c
a 1

|a|2

Exe

a = 1
b = 2
print (a+b)
▶︎
all
running...
ls
▶︎
all
running...
set terminal svg
set title "Simple Plots" font ",20"
set key left box
set samples 50
set style data points

plot [-10:10] sin(x),atan(x),cos(atan(x))
▶︎
all
running...
import matplotlib.pyplot as plt
import numpy as np
import math
#變數
x = np.arange(0, 10*math.pi, 5)
#p,q,A
p = 2*np.sin(x* 2)-1
q = np.cos(x/6)+1
A = 2*p+q
# 繪圖
plt.plot([1,2,3],[1,2,3], '-r')
#plt.title("Question 1")
#plt.plot(x, p,'--k')
#plt.plot(x, q, '--b')
plt.plot(x, A, '-r')
plt.show()
▶︎
all
running...

fig

graph LR a-->b

latex

▶︎
all
running...



C++

#include<iostream>
using namespace std;
int main(){
    cout<<"1";
}
▶︎
all
running...

f

dwef

ffffffwefff

klnm ☢️

website

這是左邊

這是右邊

  • 1
  • 2


  1. aaa ↩︎