avatar

Wendell

读书,买花,长大。

  • 首页
  • 子域
  • 分类
  • 标签
  • 归档
  • 关于
首页 Text and Typography
文章

Text and Typography

Examples of text, typography, math equations, diagrams, flowcharts, pictures, videos, and more.

发表于 2019/08/08 更新于 2024/11/25
在多种设备上对 Chirpy 主题进行响应式渲染。
在多种设备上对 Chirpy 主题进行响应式渲染。
作者
3 分钟阅读

Headings

H1 — heading

H2 — heading

H3 — heading

H4 — heading

Paragraph

Quisque egestas convallis ipsum, ut sollicitudin risus tincidunt a. Maecenas interdum malesuada egestas. Duis consectetur porta risus, sit amet vulputate urna facilisis ac. Phasellus semper dui non purus ultrices sodales. Aliquam ante lorem, ornare a feugiat ac, finibus nec mauris. Vivamus ut tristique nisi. Sed vel leo vulputate, efficitur risus non, posuere mi. Nullam tincidunt bibendum rutrum. Proin commodo ornare sapien. Vivamus interdum diam sed sapien blandit, sit amet aliquam risus mattis. Nullam arcu turpis, mollis quis laoreet at, placerat id nibh. Suspendisse venenatis eros eros.

Lists

Ordered list

  1. Firstly
  2. Secondly
  3. Thirdly

Unordered list

  • Chapter
    • Section
      • Paragraph

ToDo list

  • Job
    • Step 1
    • Step 2
    • Step 3

Description list

Sun
the star around which the earth orbits
Moon
the natural satellite of the earth, visible by reflected light from the sun

Block Quote

This line shows the block quote.

Prompts

An example showing the tip type prompt.

An example showing the info type prompt.

An example showing the warning type prompt.

An example showing the danger type prompt.

Tables

CompanyContactCountry
Alfreds FutterkisteMaria AndersGermany
Island TradingHelen BennettUK
Magazzini Alimentari RiunitiGiovanni RovelliItaly

Links

http://127.0.0.1:4000

Footnote

Click the hook will locate the footnote1, and here is another footnote2.

Inline code

This is an example of Inline Code.

Filepath

Here is the /path/to/the/file.extend.

Code blocks

Common

1
This is a common code snippet, without syntax highlight and line number.

Specific Language

1
2
3
4
if [ $? -ne 0 ]; then
  echo "The command was not successful.";
  #do the needful / exit
fi;

Specific filename

1
2
3
@import
  "colors/light-typography",
  "colors/dark-typography";

Mathematics

The mathematics powered by MathJax:

(1)∑n=1∞1/n2=π26

We can reference the equation as (1).

When a≠0, there are two solutions to ax2+bx+c=0 and they are

x=−b±b2−4ac2a

Mermaid SVG

 gantt
  title  Adding GANTT diagram functionality to mermaid
  apple :a, 2017-07-20, 1w
  banana :crit, b, 2017-07-23, 1d
  cherry :active, c, after b a, 1d
2017-07-202017-07-212017-07-222017-07-232017-07-242017-07-252017-07-262017-07-272017-07-28apple banana cherry  Adding GANTT diagram functionality to mermaid

Images

Default (with caption)

Desktop View Full screen width and center alignment

Left aligned

Desktop View

Float to left

Desktop View Praesent maximus aliquam sapien. Sed vel neque in dolor pulvinar auctor. Maecenas pharetra, sem sit amet interdum posuere, tellus lacus eleifend magna, ac lobortis felis ipsum id sapien. Proin ornare rutrum metus, ac convallis diam volutpat sit amet. Phasellus volutpat, elit sit amet tincidunt mollis, felis mi scelerisque mauris, ut facilisis leo magna accumsan sapien. In rutrum vehicula nisl eget tempor. Nullam maximus ullamcorper libero non maximus. Integer ultricies velit id convallis varius. Praesent eu nisl eu urna finibus ultrices id nec ex. Mauris ac mattis quam. Fusce aliquam est nec sapien bibendum, vitae malesuada ligula condimentum.

Float to right

Desktop View Praesent maximus aliquam sapien. Sed vel neque in dolor pulvinar auctor. Maecenas pharetra, sem sit amet interdum posuere, tellus lacus eleifend magna, ac lobortis felis ipsum id sapien. Proin ornare rutrum metus, ac convallis diam volutpat sit amet. Phasellus volutpat, elit sit amet tincidunt mollis, felis mi scelerisque mauris, ut facilisis leo magna accumsan sapien. In rutrum vehicula nisl eget tempor. Nullam maximus ullamcorper libero non maximus. Integer ultricies velit id convallis varius. Praesent eu nisl eu urna finibus ultrices id nec ex. Mauris ac mattis quam. Fusce aliquam est nec sapien bibendum, vitae malesuada ligula condimentum.

Dark/Light mode & Shadow

The image below will toggle dark/light mode based on theme preference, notice it has shadows.

light mode only


dark mode only

Video

Reverse Footnote

  1. The footnote source ↩︎

  2. The 2nd footnote source ↩︎

Blogging, Demo
typography
本文由作者按照 CC BY 4.0 进行授权
分享

最近更新

  • MyBlog
  • Writing a New Post
  • Getting Started
  • Customize the Favicon
  • 腾讯云+outline方案搭建科学上网VPN

热门标签

Bug favicon getting started Github Markdown typography writing 世界起源 撰文 科学上网
外部链接
  • 996.icu

文章内容

  • Headings
  • H2 — heading
  • Paragraph
  • Lists
    • Ordered list
    • Unordered list
    • ToDo list
    • Description list
  • Block Quote
  • Prompts
  • Tables
  • Links
  • Footnote
  • Inline code
  • Filepath
  • Code blocks
    • Common
    • Specific Language
    • Specific filename
  • Mathematics
  • Mermaid SVG
  • Images
    • Default (with caption)
    • Left aligned
    • Float to left
    • Float to right
    • Dark/Light mode & Shadow
  • Video
  • Reverse Footnote

相关文章

2023/04/06

Markdown

我们理解您需要更便捷更高效的工具记录思想,整理笔记、知识,并将其中承载的价值传播给他人,Cmd Markdown 是我们给出的答案 —— 我们为记录思想和分享知识提供更专业的工具。

2019/08/10

Customize the Favicon

The favicons of Chirpy are placed in the directory assets/img/favicons/. You may want to replace them with your own. The following sections will guide you to create and replace the default favicons...

2019/08/09

Getting Started

Get started with Chirpy basics in this comprehensive overview. You will learn how to install, configure, and use your first Chirpy-based website, as well as deploy it to a web server.

-

Writing a New Post

© 2024 XiaoWendell. 保留部分权利。

本站采用 Jekyll 主题 Chirpy

本小站已苟延残喘: 772天2小时26分17秒

热门标签

Bug favicon getting started Github Markdown typography writing 世界起源 撰文 科学上网

发现新版本的内容。