markdown语法测试
This is an example link.
I get 10 times more traffic from Google than from Yahoo or MSN.
<blockquote>
` void dev_stdin_write(char c) {
bool intr_flag;
if (c != '\0') {
local_intr_save(intr_flag);
{
stdin_buffer[p_wpos % STDIN_BUFSIZE] = c;
if (p_wpos - p_rpos < STDIN_BUFSIZE) {
p_wpos ++;
}
if (!wait_queue_empty(wait_queue)) {
wakeup_queue(wait_queue, WT_KBD, 1);
}
}
local_intr_restore(intr_flag);
}
}`
int i;
> 这是引用
require 'redcarpet'
markdown = Redcarpet.new("Hello World!")
puts markdown.to_html
var s = "JavaScript syntax highlighting";
alert(s);
Welcome to MarkdownPad 2
MarkdownPad is a full-featured Markdown editor for Windows.
Built exclusively for Markdown
Enjoy first-class Markdown support with easy access to Markdown syntax and convenient keyboard shortcuts.
Give them a try:
- Bold (
Ctrl+B
) and Italic (Ctrl+I
) - Quotes (
Ctrl+Q
) - Code blocks (
Ctrl+K
) - Headings 1, 2, 3 (
Ctrl+1
,Ctrl+2
,Ctrl+3
) - Lists (
Ctrl+U
andCtrl+Shift+O
)
See your changes instantly with LivePreview
Don't guess if your hyperlink syntax is correct; LivePreview will show you exactly what your document looks like every time you press a key.
Make it your own
Fonts, color schemes, layouts and stylesheets are all 100% customizable so you can turn MarkdownPad into your perfect editor.
A robust editor for advanced Markdown users
MarkdownPad supports multiple Markdown processing engines, including standard Markdown, Markdown Extra (with Table support) and GitHub Flavored Markdown.
With a tabbed document interface, PDF export, a built-in image uploader, session management, spell check, auto-save, syntax highlighting and a built-in CSS management interface, there's no limit to what you can do with MarkdownPad.