Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
Trying to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jimchen2 committed Sep 22, 2024
1 parent 696ff5c commit 67feeb7
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/app/blog/renderMarkdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,9 @@ export const renderLatex = (markdown: string) => {
.join("\n");


console.log(processedMarkdown)
console.log(processedMarkdown)
console.log(processedMarkdown)
console.log(processedMarkdown)
console.log(processedMarkdown)
console.log(processedMarkdown)
console.log(processedMarkdown)
console.log(processedMarkdown)
console.log(processedMarkdown)
console.log(processedMarkdown)
// Step 2: Render Markdown
let renderedHtml = marked(processedMarkdown);




// Step 3: Render LaTeX and replace placeholders
for (let i = 0; i < latexBlocks.length; i++) {
const { content, isInline } = latexBlocks[i];
Expand Down

0 comments on commit 67feeb7

Please sign in to comment.