AllanChain / blog

Blogging in GitHub issues. Building with Astro.
https://allanchain.github.io/blog/
MIT License
13 stars 0 forks source link

Showcase #18

Open AllanChain opened 4 years ago

AllanChain commented 4 years ago

View Post on Blog

测试一下 Markdown 渲染的效果 网页的 CSS

[!NOTE]

Useful information that users should know, even when skimming content.

[!WARNING]

Urgent info that needs immediate user attention to avoid problems.

Hello!

Yes! :joy: :dog: ```python print('hello world!') ``` > really awesome! > - Can > - I > - nest > ```js > even('write').code ? ah : ha > ```

code in head of course!

code with unspecified language
or code with indent

More complex heading level!

A very very very very very very very very very very very very very very very very very very very very very very very very very very very very very long code

And more!

Paragraph

Small Headers

Paragraph

Should Be Visible

Another paragraph

Inline $\frac{1}{2 \pi i}$

$$ \int_{- \infty}^{\infty} \frac{1}{x} \mathrm d x $$

AllanChain commented 4 years ago

Awesome!

AllanChain commented 4 years ago

More

comment

with

rich style

fangtu commented 4 years ago

nice

AllanChain commented 4 years ago

https://github.com/AllanChain/blog/blob/cdaf1f5171730799247dae21fd56446e0a6b3fa8/github.data.js#L15-L27

AllanChain commented 4 years ago

Link to other posts like this vue-pwa-1#本地测试 vue-pwa-2

Write math! $\frac{1}{2}$

Inline display $\dfrac 1 2$, $\displaystyle \int x \mathrm d x$

Edit: Custom macro is dropped

AllanChain commented 4 months ago

A hello world in Python:

print("Hello world!")