You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Is there a way to get the Markdown wiki pages to allow < and > in code blocks designated with ```?

edited Jul 12, 2018 1:13PM in Visual Builder Studio 1 comment

Summary

Is there a way to get the Markdown wiki pages to allow < and > in code blocks designated with ```?

Content

When trying to create helpful wiki pages using Markdown it is nice to include sample code. Sometimes code includes < and >, but it seems that the markdown engine is parsing these characters even with in the code delimiters (```). Is there a way to get the code to render as is or a way to not have these assumed to be html? Other markdown engines seem to handle this correctly.

 

Example:

 

Here is java code with generics:

```

List<String> list = new ArrayList<>();

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!