Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove mathjax and replace it with ReactMarkdown #532

Merged
merged 3 commits into from
Dec 14, 2024
Merged

Conversation

vgeffer
Copy link
Contributor

@vgeffer vgeffer commented Dec 14, 2024

closes #488

@vgeffer vgeffer linked an issue Dec 14, 2024 that may be closed by this pull request

const Empty: FC = () => <></>

export const Latex: FC<{children: string}> = ({children}) => (
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

keby sme iba reusli src/components/StaticSites/Markdown.tsx jediny rozdiel co vidim je ten rehypeRaw, ktory nam nebude vadit ak bude fungovat aj na statickych strankach 🤔

@vgeffer vgeffer merged commit 03818f6 into master Dec 14, 2024
1 check passed
@vgeffer vgeffer deleted the 488-mathjax branch December 14, 2024 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nahradit Mathjax kniznicu
2 participants