h-enk / henkverlinde.com

Henk Verlinde's website
https://henkverlinde.com
GNU General Public License v3.0
0 stars 0 forks source link

Add code syntax highlighter Highlight.js #212

Closed h-enk closed 9 months ago

h-enk commented 2 years ago

Resources

h-enk commented 2 years ago

See aslo https://github.com/twbs/bootstrap/issues/3286#issuecomment-17540200:

pre {
    overflow-x: auto;
}

pre code {
    word-wrap: normal;
    white-space: pre;
}
h-enk commented 2 years ago

Bootstrap:

code,
kbd,
pre,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: var(--bs-code-color);
    word-wrap: break-word
}

a>code {
    color: inherit
}
h-enk commented 9 months ago

https://github.com/h-enk/henkverlinde.com/issues/222