fbrctr / fabricator

A tool for building website UI toolkits and style guides
http://fbrctr.github.io/
MIT License
1.11k stars 124 forks source link

How to display code blocks on the page #323

Open noctivityinc opened 4 years ago

noctivityinc commented 4 years ago

This is an impressive framework but Im running into issues.

I'd like to display blocks of code, similar to the way bootstrap does, next to my examples of the style. I've tried this:

    
        what is this
    

But it is actually rendering the code as bold in that example and not displaying <strong>what is this</strong> as I expected.

How can I display blocks of code on the page without having to convert all the HTML into symbols, which would be massively inefficient?