Add Markdown configuration for Intellij IDEA

I do not know why this fucker decided now to add this configuration
file, but i am too tired to fight back.
This commit is contained in:
jordi fita mas 2023-06-11 01:55:57 +02:00
parent f6f77107f7
commit 17a86bd896
1 changed files with 9 additions and 0 deletions

9
.idea/markdown.xml Normal file
View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="MarkdownSettings">
<enabledExtensions>
<entry key="MermaidLanguageExtension" value="false" />
<entry key="PlantUMLLanguageExtension" value="false" />
</enabledExtensions>
</component>
</project>