Damao教你如何使用MacDown

MacDown

Macdown is a editor for the MarkDown. Before i know the Macdown, i used the 馬克飛象 to edit the MarkDown, but it is $79/year. So my friend recommend the MacDown.So let us see how to use the MacDownthis


How to use the MacDown

Line Breaks

To face a line break, put to spaces and a newline (reture) at the end of the line.url

  • This two-line bullet
    won't breakspa

  • This two-line bullet
    will breakcode

ps: 若是不想讓它斷行,直接回車就行,若是想讓它斷行,則須要進行倆 空格,再回車get

Here is the code:cmd

* This two-line bullet won't break  

* Tihs two-line bullet  
  will break

Strong and Emphasize

Strong is so easy , here is the code for this:it

**Strong**  *起強調做用

Emphasize is a style, it can make the fonts to tilt. Here is the code for thisio

*Emphasize*

Also there are some hot key for thememail

strong : cmd+b ;  
      
    emphasize : cmd+i ;

Headers ( like tis one! )

Header 1  
    
    ========
    
    Header 2  
    
    -------

orcli

# Header 1
        ## Header 2
        ### Header 3  
        until Header 6
  • As for the Email , just put angle brackets around an Emali and it becomes clickable:
    damaochina@163.com
    <damaochina@163.com>
  • As for the urls , if you won't add the alt or the urls' name, you just do it like the Email , but if you want to add the alts for the urls , you must to do something additional. Link that : Damao的郵箱 , here is the code :
    [Damao的郵箱](damaochina@163.com)
相關文章
相關標籤/搜索