zoukankan      html  css  js  c++  java
  • <Typora> 常用操作快捷键

    记录一下typora 基本快捷键用法

    
    标题:#
    最大标题:command + 1 或者:#
    大标题:command + 2 或者:##
    标准标题:command + 3 或者:###
    中标题:command + 4 或者:####
    小标题:command + 5 或者:#####
    插入表格:command + T
    插入代码:command + alt +c 
    行间公式 command + Alt + b
    段落:command + 0
    竖线 : command + Alt +q
    有序列表(1.  2.) :输入数字+“.”之后输入空格 或者:command + Alt + o   
    黑点标记:command + Alt + u  
    隔离线shift + command +  -
    超链接:command + Alt + l
    插入链接:command +k
    下划线:command +u 
    加粗:command +b
    搜索:command +f
    

    因为Typora支持html语法,所以我们如果想更改字体颜色大小还有位置,可以通过下面

    <!--更改字体颜色,大小,格式-->
    <span style='color:black;background:white;font-size:25px;font-family:微软雅黑;'>你好</span>
    
    
    <!--居中-->
    <center>CSV Table</center>
    
  • 相关阅读:
    CSS
    网络通信
    模块与包
    python异常处理
    python基础考试一整理
    面向对象最后进阶
    面向对象-反射和__getattr__系列
    property、staticmethod和classmethod
    多态和封装
    scala构造器实战
  • 原文地址:https://www.cnblogs.com/xiaoqiangink/p/13932461.html
Copyright © 2011-2022 走看看