Hello
这篇文章用于测试 Docusaurus 的 Markdown 功能
Let be Riemann integrable. Let be . Then is continuous, and at all such that is continuous at , is differentiable at with .
Go
package main
import "fmt"
func main() {
fmt.Println("Hello, world!")
}
fn main() {
println!("Hello, world!");
}
def print_hello() {
println("Hello, world!")
}
#!/bin/bash
MY_NAME="shellhub"
echo "Hello, I am ${MY_NAME}"
FROM centos
RUN yum -y install wget \
&& wget -O redis.tar.gz "http://download.redis.io/releases/redis-5.0.3.tar.gz" \
&& tar -xvf redis.tar.gz
select * from t_user;
Icon
This is a GitHub icon.
I can write Markdown alongside my JSX!
- Apple
- Orange
- Banana
This is an apple 🍎
This is an orange 🍊
This is a banana 🍌
group
- Windows
- macOS
Use Ctrl + C to copy.
Use Command + C to copy.
- Windows
- macOS
Use Ctrl + V to paste.
Use Command + V to paste.
Query string
- Android
- iOS
Android
iOS
showLineNumbers
import React from 'react';
export default function MyComponent(props) {
return <div>Foo</div>;
}
1
1.1
1.1.1
1.1.1.1
emoji
👍
ideal image
details
查看更多
adfadf adf adf
Custom magic comments
In JavaScript, trying to access properties on null
will error.
const name = null;
console.log(name.toUpperCase());
// Uncaught TypeError: Cannot read properties of null (reading 'toUpperCase')
const name = null;
console.log(name.toUpperCase());
console.log(name.toUpperCase());
// Uncaught TypeError: Cannot read properties of null (reading 'toUpperCase')
github codeblock
Error: No code found
src/theme/ReferenceCodeBlock/index.tsx
loading...
reference GitHub snippets
src/theme/ReferenceCodeBlock/index.tsx
loading...
custom title
Example
loading...
use https
src/theme/ReferenceCodeBlock/index.tsx
loading...
runme link
src/theme/ReferenceCodeBlock/index.tsx
loading...