This is an automated email from the ASF dual-hosted git repository. haidubogdan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git
commit b53dd616bc1bff26e57eca48a1ca6e5c0f3845cd Merge: 600492d0f51 3f4b0ef27dd Author: haidubogdan <[email protected]> AuthorDate: Wed Mar 18 16:20:03 2026 +0200 Merge pull request #9240 from haidubogdan/t_markdown_improvements markdown document preview improvements ide/editor.settings.storage/nbproject/project.xml | 1 + ide/libs.flexmark/external/binaries-list | 1 + .../external/flexmark-0.64.8-license.txt | 2 +- ide/libs.flexmark/manifest.mf | 2 +- ide/libs.flexmark/nbproject/project.properties | 1 + ide/libs.flexmark/nbproject/project.xml | 4 + ide/markdown/licenseinfo.xml | 7 +- ide/markdown/manifest.mf | 1 + ide/markdown/nbproject/project.xml | 27 ++++ .../modules/markdown/MarkdownDataObject.java | 6 +- .../modules/markdown/MarkdownViewerElement.java | 56 ++++++- .../modules/markdown/markdown.tmLanguage.json | 4 +- .../modules/markdown/resources/Bundle.properties | 33 ++++ .../modules/markdown/resources/Coloring.md | 7 + .../markdown/resources/FontAndColors-bluetheme.xml | 50 ++++++ .../resources/FontAndColors-citylights.xml | 50 ++++++ .../markdown/resources/FontAndColors-earth.xml | 50 ++++++ .../resources/FontAndColors-flatlafdark.xml | 50 ++++++ .../modules/markdown/resources/FontAndColors.xml | 50 ++++++ .../netbeans/modules/markdown/resources/layer.xml | 82 ++++++++++ .../markdown/ui/preview/MarkdownEditorKit.java | 29 +++- .../ui/preview/views/HorizontalRuleView.java | 55 +++++++ .../ui/preview/views/MarkdownViewFactory.java | 3 +- .../modules/markdown/utils/Bundle.properties | 27 ++++ .../modules/markdown/utils/StyleUtils.java | 174 +++++++++++++++++++++ 25 files changed, 756 insertions(+), 16 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
