fix: add `summary` html element to `acceptable_elements` by Abdeali099 [frappe] PR#28475
From: https://github.com/frappe/frappe/pull/28475
Date: 2024-11-15 16:11:03+05:30
- fix: add
summary
html element toacceptable_elements
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-28475
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-28475
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease