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

Fix Markdown #11

Open
moinak878 opened this issue Jan 11, 2023 · 1 comment
Open

Fix Markdown #11

moinak878 opened this issue Jan 11, 2023 · 1 comment

Comments

@moinak878
Copy link
Member

import ReactMarkdown from "react-markdown";
import remarkGfm from "remark-gfm";
import rehypeRaw from "rehype-raw";
  • currently used react-markdown along with rehypeRaw displays things correctly
  • But, Formatting is not proper

TBD :

  • make text Bold wherever required
  • Links should be coloured Blue/differentiated from normal text
  • any other changes consistent with https://www.recursionnitd.in/experience/detail/410/
  • Make a Component with Outlet for rendering markdown properly ( code can be reused in exp,askREC,blog)
@moinak878
Copy link
Member Author

update : PR #16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants