学习MarkDownPad
突然兴趣来了,在博客园里面也有Markdown的格式,昨天晚上安装了MarkDownPad pro这个是免费的,但是有些功能不支持。本来想破解的,百度了很多方法感觉不靠谱,今天早上来突然激活成功了。于是开始学习一下。
首先开始搭建环境:Markdown官方网站,可以下载免费版的;然后在参考:MarkdownPad 2 Pro 注册码 将邮箱和密匙输入即可。
先根据MarkdownPad帮助文档:Github风格Markdown语法指南学习。但是有的语法貌似不能再MarkDown上用,注意细节。注意看看帮助文档。
the largest heading
the second heading
three
four
five
the smallest heading
Styling Text
This is bold text This is bold text
this is italicized this is italicized
~~ this was mistaken text ~~
this is extremely important
Quoting(引用) text
Quoting code
Use git status
to list all new or modified files that haven't yet been commited.
git add
git commmit
Links
this site was built usingkGithub Pages.
Section Links
Relative links
Contribution guidelines for this project
section one
see section one
Lists
- George Wahinton(有空格)
- John Adams
- Thomas Jefferson
George Wahinton(有空格)
John Adams
Thomas Jefferson
Make my changes
Fix bug
Improve formatting
- Make the headings bigger
- Push my commits to GitHub
- Open a pull request
- Describe my changes
- Mention all the members of my team
- Ask for feedback
Task lists
- [x] finish my changes
- [ ] Push my commits to github
- [ ] Open a pull request
@github/support : shipit :
Create a table
Content Cell | Content Cell |
Content Cell | Content Cell |
Content Cell | Content Cell |
Content Cell | Content Cell |
Content Cell | Content Cell |
Headers
this is an h1
Header1
single assistant
require 'redcarpet'
markdown = Redcarpet.new("Hello World!")
puts markdown.to_html
class A
{
public:
void fun(){}
};
#include
using namespace std;
int main()
{
cout
function test() {
console.log("notice the blank line before this function?");
}
this is a normal paragrah
This is a normal paragraph:
This is a code block.
*literal asterisks*
This is an example inline link.
This link has no
title attribute.
reference:
个人感觉平时笔记和github上的效果比较好,但是在博客园上的效果不怎么样!