Skip to content

Parsing a GFM table with rows of unequal cell counts, then stringifying and re-parsing, changes the tableRow cell counts to match the header width. #40

Parsing a GFM table with rows of unequal cell counts, then stringifying and re-parsing, changes the tableRow cell counts to match the header width.

Parsing a GFM table with rows of unequal cell counts, then stringifying and re-parsing, changes the tableRow cell counts to match the header width. #40

Workflow file for this run

name: bb
on:
issues:
types: [opened, reopened, edited, closed, labeled, unlabeled]
pull_request_target:
types: [opened, reopened, edited, closed, labeled, unlabeled]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: unifiedjs/beep-boop-beta@main
with:
repo-token: ${{secrets.GITHUB_TOKEN}}