From 177f11a6d9f664ec9bc4daf349a7d2545e212e84 Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Mon, 10 Feb 2025 13:53:54 +0100 Subject: [PATCH] rubymine.md: Fix broken markup --- topics/products/rubymine/rubymine.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/topics/products/rubymine/rubymine.md b/topics/products/rubymine/rubymine.md index 1f6872eac..482ed0cac 100644 --- a/topics/products/rubymine/rubymine.md +++ b/topics/products/rubymine/rubymine.md @@ -1,4 +1,4 @@ - + # RubyMine Plugin Development @@ -44,6 +44,7 @@ dependencies { + The configuration of RubyMine plugin projects follows the methods described in [Configuring Plugin Projects using the IntelliJ IDEA Product Attribute](dev_alternate_products.md#configuring-plugin-projects-using-the-intellij-idea-product-attribute), and [Configuring the plugin.xml File](dev_alternate_products.md#configuring-pluginxml). The table below summarizes the [](tools_gradle_intellij_plugin.md) attributes to set in the Gradle build script for a RubyMine plugin project.