Files
openide/python/python-markdown/resources/META-INF/python-markdown-plugin.xml
Andrey Vlasovskikh eaefde3c09 PY-46321 Added Markdown code fence aliases for PyDocstring and Python
* PyDocstring: "pycon", "python-repl"
* Python: "py", "python3"

I've added the links to the documents describing popular references to `PyCodeFenceLanguageProvider`.

GitOrigin-RevId: 6cafb15c9655434f5d69aa47eb7472b634364377
2021-04-27 17:31:57 +00:00

6 lines
207 B
XML

<idea-plugin>
<extensions defaultExtensionNs="org.intellij.markdown">
<fenceLanguageProvider implementation="com.jetbrains.python.markdown.PyCodeFenceLanguageProvider"/>
</extensions>
</idea-plugin>