mdq 0.10.0

Select and render specific elements in a Markdown document
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
changelog:
  exclude:
    authors:
      - 'github-actions'
      - 'github-actions[bot]'
  categories:
    - title: Breaking Changes
      labels:
        - breaking change
    - title: Notable Changes
      labels:
        - "*"
      exclude:
        labels:
          - minor
    - title: Other Changes
      labels:
        - minor