Code Plugin Example Problem
So here is the sample problem,…
//This is C# code block // in C# we use Var of T which is express like X<T> // But as we see this creates a html tag that gets confused... as the plugin tries to close the <T> var X<T>; //generates an ending tag </T> // // Work around var X< T >; Or better yet use & lt ; // // var myvar<string>;
Notice the ending miss placed tag…. <string>;</string></t></t> That should not be in the code block….
It should be var myvar<string>;
{{var X}}