# MarkdownQuote: Simplify Code Quoting in Markdown!

jet_plugin_search

Are you tired of manually formatting code blocks in your Markdown documents? MarkdownQuote is here to save the day! This powerful JetBrains plugin makes code quoting a breeze, allowing you to focus on what matters most: writing excellent content.

# Why MarkdownQuote?

  • Effortless Installation: Simply head to Jetbrains IDE Plugins Search and search for "MarkdownQuote." With just a few clicks, you'll have MarkdownQuote up and running. It supports all IDE versions above 193, ensuring compatibility with your favorite Jetbrains IDE.

  • Flexible Templates: MarkdownQuote provides customizable templates to suit your unique needs. You can easily change the template according to your preferences.

  • Quick and Convenient: With MarkdownQuote, quoting code is as simple as a right-click! Choose "Markdown Quote..." to get the code block exactly as you want it.

# How to Get MarkdownQuote

You can get MarkdownQuote from various sources:

# How to Use MarkdownQuote

  1. Choose a Template: Select the template of your choice from the settings menu. settings

  2. Quote Code Snippets: Right-click on the desired code snippet. right_click

  3. Copy and Paste: MarkdownQuote will generate the correctly formatted code block. Simply copy it and paste it into your Markdown document. copied

# Available Templates

MarkdownQuote offers various templates to cater to different use cases. Here are some examples:

  1. Template: language & link & code

    ```java
    // Your code goes here
    ```
    [SourceFile.java#L100-L110](https://github.com/yourusername/repo/blob/master/SourceFile.java#L100-L110)
    
  2. Template: language & wrap lines & high lines & link & code

    ```java {100-110} (https://github.com/yourusername/repo/blob/master/SourceFile.java#L100-L110)
    // Your code goes here
    ```
    
  3. Template: language & code

    ```java
    // Your code goes here
    ```
    

# What's New in Version 1.0.2

  • Fixed a bug where the permalink was generated from the commit id instead of branch name.
  • Improved default template to use common markdown syntax and added more template options.

Upgrade your Markdown writing experience with MarkdownQuote! Access the plugin now and enjoy effortless code quoting in your Markdown documents. Happy coding!

Last Updated: Jul 21, 2023 3:16 AM