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(form): allow p and span in first character #3492

Closed
wants to merge 1 commit into from

Conversation

napley
Copy link
Contributor

@napley napley commented Oct 16, 2023

The fix is for the issue #3489

I don't understand why is not authorized 🤔

@napley napley changed the base branch from master to 5.1 October 16, 2023 15:37
@napley
Copy link
Contributor Author

napley commented Oct 16, 2023

Is not working

@napley napley closed this Oct 16, 2023
@bobdenotter
Copy link
Member

Hi @napley ,

Since it's being filtered by |markdown, wouldn't this change mean you'd get <div><p>my postfix here</p></div>. In which cases does this solve an existing problem? :-)

@napley
Copy link
Contributor Author

napley commented Oct 17, 2023

It is for this issue #3489, when I have upgrade my project from Bolt 4.2, the test :
"if prefix and not (prefix starts with '<p' or prefix starts with '<span' or prefix starts with '<div'"
doesn't exist before, so all my prefix and postfix were not displayed anymore

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

Successfully merging this pull request may close these issues.

2 participants