Code Monkey home page Code Monkey logo

Comments (4)

marking avatar marking commented on June 1, 2024

This is due to the use of HtmlAgilityPack in ContentProcessor.cs (around line 39) which is used to parse the md file and replace the md code blocks with html code blocks with a specific class attribute to allow for the nice code formatting.

Once the .md file is loaded, the <bool>, <string> etc., items are interpreted by HtmlAgilityPack as opened tags that need to be closed, so it closes them.

I've fiddled with some of the configuration settings in HtmlAgilityPack, but I cannot get it to leave those 'tags' open.

it might be worth looking at Mads' Web Essentials Markdown processor to see if a similar approach can be used.

from website.

jnm2 avatar jnm2 commented on June 1, 2024

This also plagues the Usage Information page:

Can be accessed from the script with the Argument alias:

Argument<bool>("showstuff", false);
</bool>

For Markdown processing I'd also recommend Markdig by @xoofx now.

from website.

gep13 avatar gep13 commented on June 1, 2024

@jnm2 I believe that this will get corrected once @daveaglick announces his surprise 😄

from website.

daveaglick avatar daveaglick commented on June 1, 2024

Can confirm this is resolved.

from website.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.