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

Markdown handling branch #8

Merged
merged 3 commits into from
Jan 9, 2024
Merged

Markdown handling branch #8

merged 3 commits into from
Jan 9, 2024

Conversation

SevLG
Copy link
Collaborator

@SevLG SevLG commented Jan 9, 2024

Added a component which displays markdown content using the 'react-markdown' lib. To correctly display links within the markdown context, the 'remark-gfm' lib was also included.

Also, TailwindCSS removes default styling, so markdown was just shown as plain text. To fix this, 'tailwindcss/typography' was installed, which enables the use of the intended styling by including className="prose".

@SevLG SevLG merged commit ee763ae into dev Jan 9, 2024
4 checks passed
@SevLG SevLG deleted the markdown_handling_branch branch January 23, 2024 13:11
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.

2 participants