入门指南
语法速查表
基本语法
标题语法
段落语法
换行语法
强调语法
引用语法
列表语法
代码语法
分隔线语法
链接语法
图片语法
转义字符语法
内嵌 HTML 标签
扩展语法
扩展语法可用性
表格
围栏代码块
脚注
标题编号
定义列表
删除线
任务列表语法
使用 Emoji 表情
Highlight
Subscript
自动网址链接
禁止自动将 URL 转换为链接
Hacks
Underline
Indent (Tab)
Center
Color
Comments
Admonitions
Image Size
Image Captions
Link Targets
Symbols
Table Formatting
Table of Contents
Videos
书写工具
Symbols - markdown入门指南 - 笔下光年
网站首页
Symbols
Markdown doesn’t provide special syntax for symbols. However, in most cases, you can copy and paste whatever symbol you want to use into your Markdown document. For example, if you need to display Pi (π), just find the symbol on a webpage and copy and paste it into your document. The symbol should appear as expected in the rendered output. Alternatively, if your Markdown application supports <a href="http://www.bixiaguangnian.com/manual/markdown/4111.html">HTML</a>, you can use the HTML entity for whatever symbol you want to use. For example, if you want to display the copyright sign (`©`), you can copy and paste the HTML entity for copyright (<code>&copy;</code>) into your Markdown document. Here’s a partial list of HTML entities for symbols: - Copyright (©) — `©` - Registered trademark (®) — `®` - Trademark (™) — `™` - Euro (€) — `€` - Left arrow (←) — `←` - Up arrow (↑) — `↑` - Right arrow (→) — `→` - Down arrow (↓) — `↓` - Degree (°) — `°` - Pi (π) — `π` For a complete list of available HTML entities, refer to Wikipedia’s page on <a href="https://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references">HTML entities</a>.
上一篇:
Link Targets
下一篇:
Table Formatting