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

[Feature/844] Added Markdown Support to Pages #150

Merged
merged 6 commits into from
Aug 21, 2024
Merged

Conversation

AurelicButter
Copy link
Owner

What Does This Do?

Adds markdown support to pages where users are able to input values (ie: profile descriptions). In addition, various other places like book descriptions now accept markdown formatting which help reduce the usage of inline HTML and risk of HTML injection.

How is it Done?

Added a new dependency which adds the markdown support to Angular. From there, div tags were modified to use the new markdown tags with proper configurations.

Related Tickets and Issues

Internal#844

Other Information:

These commits were accidentally added into an existing in-progress ticket, Internal#601. Upon review, these changes can go through. A separate, clean-up PR for the series page changes will be made at a later date.

@AurelicButter AurelicButter added the Enhancement New feature or request label Aug 19, 2024
@AurelicButter AurelicButter self-assigned this Aug 19, 2024
@AurelicButter AurelicButter merged commit 4ee039f into development Aug 21, 2024
3 checks passed
@AurelicButter AurelicButter deleted the feature/601 branch August 21, 2024 02:07
@AurelicButter AurelicButter restored the feature/601 branch August 21, 2024 02:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant