We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 100cfcc commit 5be1d59Copy full SHA for 5be1d59
.github/workflows/ci.yml
@@ -79,6 +79,9 @@ jobs:
79
if [ -n "$title" ]; then
80
sed -i "1s/^/# $title\n\n/" README.md
81
fi
82
+ # Remove attributes from section names
83
+ # https://github.com/jgm/pandoc/issues/5965
84
+ sed -i -E 's/^(#+ .*?) \{#_[^}]+\}$/\1/' README.md
85
86
- name: Publish NPM package
87
run: npm publish --access public
0 commit comments