File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 < link href ="https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&display=swap " rel ="stylesheet ">
1212 < link rel ="stylesheet " href ="./style.css ">
1313 < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/github-dark.min.css ">
14+ < script src ="https://cdn.jsdelivr.net/npm/marked@15.0.6/marked.min.js "> </ script >
15+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js "> </ script >
1416 < script src ="https://cdn.jsdelivr.net/npm/tinypine@1.3.0/dist/tinypine.min.js "> </ script >
1517</ head >
1618< body class ="h-full bg-gradient-to-br from-gray-50 via-pine-50/30 to-gray-50 dark:from-gray-900 dark:via-pine-950/20 dark:to-gray-900 transition-all duration-500 ">
Original file line number Diff line number Diff line change 1- import { marked } from 'marked'
2- import hljs from 'highlight.js'
3-
41// Configure marked with syntax highlighting
52marked . setOptions ( {
63 highlight : function ( code , lang ) {
You can’t perform that action at this time.
0 commit comments