Skip to content

fix: avoid invalid DOM nesting when inline image is not first paragraph child #7235

fix: avoid invalid DOM nesting when inline image is not first paragraph child

fix: avoid invalid DOM nesting when inline image is not first paragraph child #7235

name: Semantic Pull Request
on:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
jobs:
lint:
name: Validate PR title
permissions:
pull-requests: read
runs-on: ubuntu-latest
steps:
- name: Check title
uses: amannn/action-semantic-pull-request@v6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}