Java Markdown Issues

tojha
New Member

Markdown for java code snippets not working.

Doc says use

```

{

Code Block

```

But its not working for java.

Is there a support of java in your markdown?

We are using new Edge for our developer portal that requires some customization, please assist.

1 4 217
4 REPLIES 4

Sorry for the trouble, but there is an issue we're currently tracking with the Markdown editor that sounds like this. We're working on a fix.

Thanks for the update.Would you be able to provide an ETA for this?

seems like there is an issue with { } that breaks the markdown...i tried somethings and came to that conclusion

Not applicable

One proximate cause for rendering of Java failing appears to be that curly braces need to be escaped, possibly because of the Angular Material framework used on New Edge portal pages. Adding an open-curly-brace to a page makes it fail to render.