We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have a markdown component which allows for writing markdown in textfields. Implement this on interview notes.
Here is an example of usage of a "SamfMarkdown" component: https://github.com/Samfundet/Samfundet4/blob/9533c07b061ca73901c62772ae0f8951176ffbc5/frontend/src/PagesAdmin/InformationFormAdminPage/InformationFormAdminPage.tsx
Here is the SamfMarkdown component: https://github.com/Samfundet/Samfundet4/blob/dd72442032fa460e35e30fcc1976854a0ed17e7f/frontend/src/Components/SamfMarkdown/SamfMarkdown.tsx The reason why have a "Samf"markdown component is to make sure that the markdown looks the same on every page
The text was updated successfully, but these errors were encountered:
Erichseen
Successfully merging a pull request may close this issue.
We have a markdown component which allows for writing markdown in textfields. Implement this on interview notes.
Here is an example of usage of a "SamfMarkdown" component:
https://github.com/Samfundet/Samfundet4/blob/9533c07b061ca73901c62772ae0f8951176ffbc5/frontend/src/PagesAdmin/InformationFormAdminPage/InformationFormAdminPage.tsx
Here is the SamfMarkdown component:
https://github.com/Samfundet/Samfundet4/blob/dd72442032fa460e35e30fcc1976854a0ed17e7f/frontend/src/Components/SamfMarkdown/SamfMarkdown.tsx
The reason why have a "Samf"markdown component is to make sure that the markdown looks the same on every page
The text was updated successfully, but these errors were encountered: