Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Fix taxonomy description styling when it includes multiple paragraphs and test allowed HTML #8

Closed
admturner opened this issue Aug 29, 2019 · 1 comment
Assignees

Comments

@admturner
Copy link
Member

Currently the taxonomy description, when displayed on the taxonomy archive page, automatically adds a decorative icon before the text. This needs to be removed, as it will appear before every paragraph in a multi-paragraph description.

Also need to test whether links and other basic HTML elements are allowed in the taxonomy description field.

@admturner admturner self-assigned this Aug 29, 2019
@admturner
Copy link
Member Author

admturner commented Aug 29, 2019

Yes, you can use basic HTML markup in the taxonomy term description field and it doesn't get stripped out on the front end. However, you will have to type that as HTML, there is no rich text editing in the description field. The allowed HTML appears to be essentially: <strong>, <em>, and <a>.

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

No branches or pull requests

1 participant