Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

use prism to render markdown in next js with gray-matter

<!DOCTYPE html>
<html>
  <head>
    <title>Some Page Title Here</title>
  </head>
  <body>
    <h1>A H1 Heading</h1>
    <p>A simple paragraph or block of text.</p>
  </body>
</html>
 
PREVIOUS NEXT
Tagged: #prism #render #markdown #js
ADD COMMENT
Topic
Name
8+2 =