This repository was archived by the owner on Feb 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Generalize markdown driven page component #222
Comments
This was referenced Mar 25, 2021
This was referenced Mar 31, 2021
Merged
These were all done in #252 |
As part of #296 , I chose to use rehype-stringify, which does not allow for React elements. Since we cannot use React elements, I have chosen to accept the limitations of not using NextJS Link component in the body of rendered markdown. |
@kanishka-work Consider closing this and making followup issues for design improvements. |
We'll create a follow-up issue for this. |
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Uh oh!
There was an error while loading. Please reload this page.
"Install OCaml" demonstrates a markdown driven page. Generalize it's implementation, attempting to deal with all of the following issues:
getStaticPaths
should help in implementing thisa
tag for all linksNote: Create a follow-up issue to design and implement the mobile rendering of the table of contents.
The text was updated successfully, but these errors were encountered: