haidubogdan commented on code in PR #9240:
URL: https://github.com/apache/netbeans/pull/9240#discussion_r2936443153
##########
ide/markdown/src/org/netbeans/modules/markdown/MarkdownDataObject.java:
##########
@@ -105,11 +105,11 @@
@GrammarRegistration(mimeType=MarkdownDataObject.MIME_TYPE,
grammar="markdown.tmLanguage.json")
public class MarkdownDataObject extends MultiDataObject {
- public static final String MIME_TYPE = "text/x-markdown-nb";
+ public static final String MIME_TYPE = "text/x-markdown";
Review Comment:
Good point.
Looking at mozilla :
https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/MIME_types/Common_types
They display : `text/markdown`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
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