美文网首页
Welcome to MarkdownPad

Welcome to MarkdownPad

作者: 会点代码的大叔 | 来源:发表于2015-09-17 15:45 被阅读68次

    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 and Ctrl+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.

    packagecom.cn.tk.lw;
    
    public interface HelloService {
    
        public String helloWorld(String message);
    
    }
    
    <property name="url" value="${jdbc_url}" />
    <property name="username" value="${jdbc_username}" />
    <property name="password" value="${jdbc_password}" />
    <property name="driverClassName"value="${jdbc_driverClass}" />
    

    相关文章

      网友评论

          本文标题:Welcome to MarkdownPad

          本文链接:https://www.haomeiwen.com/subject/adebcttx.html