Typora使用

本文介绍了使用Markdown语法和Typora编辑器进行高效写作的方法。Markdown是一种轻量级标记语言,适用于软件工程师编写和交流文档,支持PDF和Word格式转换。Typora作为Markdown的集成开发环境,提供了丰富的快捷键和直观的界面,如标题设置(Ctrl+1-6)、有序列表(Ctrl+Shift+[])、无序列表(Ctrl+Shift+]}

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >


2019-9-12 刘朋 using markdown

Typora markdown

what is markdown?

markdown is a language for software engineer to write and communicate. it is easily use it by code character . it also support pdf,word format translate. For example ,you can use “## title”,like this

title.

In this paper,I will introduce some knowledge about how to use it in your life.

what is Typora?

It is a IDE for using markdown easily. you can use ctrl+/ to change display module .if you like using code to mark,if you don’t familiar it . I suggest you using keyboard .

how to use title :ctrl +1–6

markdown has six title level .you can use # to ####### mark title level . some IDE have keyboard to use it .In typora,you can use ctrl +1–6 to mark. Resulting the following :

title

title

title

title
title
title

how to use ordered list :ctrl+shift+ [

  1. []

  2. hello

how to use unordered list :ctrl+shift+ ]

how to task list : no keyboard ,you can switch in menu

  • have lunch
  • [ ]

how to use math form :ctrl+shift+ M

在这里插入图片描述
E = M C 2 E =MC^2 E=MC2

how to use form :ctrl+T

In markdown ,you can use a shape replace form ,the result is same one .in Typora ,you can use GUI easily .

在这里插入图片描述

名称单价数量小计
总计

how to use code block :ctrl+shift+k

在这里插入图片描述

#include<iostream>
using namespace std ;
int main()
{
    cout<<"hello!"<<endl;
    return 0;
}

how to use URL :ctrl+K

我的博客

在这里插入图片描述

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值