Markdown Syntax Issues

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
csonon
Posts: 1
Joined: 14 Jan 2021, 16:55

Markdown Syntax Issues

Post by csonon »

I am experiencing some markdown issues using version 2.24.3 of Mantis.

I am attempting to post the following inside a code block using ```
List<string> limitedDocsId = null;
switch (dmsSession.LimitedRuntime)
{
case true:
DataTable limitedDocs = null;
limitedDocs = DispositionHelper.UserRequestedTable("D0.3 Limited Run", dmsSession.DispositionPath, dmsSession);
limitedDocsId = limitedDocs.AsEnumerable().Select(x => x["File Id"].ToString()).ToList();
break;
}


This appears as shown in the image. I cannot find anything on this issue. You can see the &quot and &lt values.
Example.png
Example.png (12.48 KiB) Viewed 12304 times
Any help would be appreciated. I also do not see any color highlights. Is this normal?
Post Reply