Markdown For Typora

Markdown For Typora

Table of contents

Table of content you need input '[toc]'

Quick Start Keys

Head Ctrl + 1 2 3...
Increase Crtl + =
Table Ctrl + T
Order list Ctrl + Shift +[
Unorder list Ctrl + Shift +]
Strong Ctrl + B
Emphasis Ctrl + i
Underline Ctrl + u
Strike Alt + Shift +5
HyperLink Ctrl + k
Image Ctrl + Shift + I

Comments

Headers

Headers use 1-6 hash(#) characters at the start of the line.

# This is an H1
## This is an H2
### This is an H3

H3

H4

Lists

Input * list item will create an unordered list
Input 1. list item will create an ordered list

## un-ordered list
* red
* green
* blue

## ordered list
1. red
2. green
3. blue
  • red
  • green
  • blue
  1. red

  2. green

  3. blue

Code Blocks

/**
 * Check whether customer is ready to provider service or not
 * @param customerCodeMapping the code of the customer auto generated by the       
 * configuration flow
 * @return whether customer is ready to provider service or not
 */
 public boolean isCustomerHealthy(String customerCodeMapping) {
        return remote.isCustomerHealthy(customerCodeMapping);
 }
    
syntax highlighting:
​```ruby
require 'redcarpet'
markdown = Redcarpet.new("Hello World!")
puts markdown.to_html

Tables

## table just use as follow
|first|second|
firstsecond
starzhong
demodemo

Footnotes

You can create footnotes like this [^footnote]

create a footnotes like this[^foot like this]

Horizontal rules

Input *** or --- to create a horizontal rules


Links

This is [an example](http://example.net/)
[This link](http://example.net/) has no title attribute.

This is a link for Baidu

URLS

Typora allows us to insert urls
<url>

<www.gogole.com>

Images

We can input ![]() to insert images

[外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-RahTAEtL-1569832780208)(C:\Users\star.zhong\Desktop\java反射png.png)]

Strong

use ** ** to make the words strong
**Strong**
__Strong__

Strong

Strikethrough

Use the ~~text~~ to create strikethrough text

Mistaken text. becomes Mistaken text

Underlines

Use <u>Underline</u>

Underline

Emoji

:smile:.

?

?

HTML

use `<span style="color:red">this text is red</span>

this text is red

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值