mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
This part wasn't normalized, so we had to use exact versions in part of the plugin-content.yaml. Now we can use the major version like for other libraries. GitOrigin-RevId: 010930866ca2255d61f58c92ea829eb8704d7516
20 lines
914 B
YAML
20 lines
914 B
YAML
- name: lib/markdown.jar
|
|
modules:
|
|
- name: intellij.markdown
|
|
contentModules:
|
|
- name: intellij.markdown.fenceInjection
|
|
- name: intellij.markdown.frontmatter
|
|
- name: intellij.markdown.frontmatter.yaml
|
|
- name: intellij.markdown.frontmatter.toml
|
|
- name: intellij.markdown.images
|
|
- name: intellij.markdown.xml
|
|
- name: intellij.markdown.model
|
|
- name: intellij.markdown.spellchecker
|
|
- name: lib/modules/intellij.markdown.compose.preview.jar
|
|
contentModules:
|
|
- name: intellij.markdown.compose.preview
|
|
libraries:
|
|
jetbrains-jewel-markdown-laf-bridge-styling:
|
|
- name: $MAVEN_REPOSITORY$/org/jetbrains/jewel/jewel-markdown-ide-laf-bridge-styling-242/0/jewel-markdown-ide-laf-bridge-styling-242-0.jar
|
|
- name: $MAVEN_REPOSITORY$/org/jetbrains/jewel/jewel-markdown-core-242/0/jewel-markdown-core-242-0.jar
|
|
- name: $MAVEN_REPOSITORY$/org/commonmark/commonmark/0/commonmark-0.jar |