An NPM package to help create chord sheets out of markdown files.
If you're looking for an online editor check this out: https://gldraphael.github.io/chordsheet-editor/
You may use the following CSS to style the chords:
.chord {
position: absolute;
}
.chord .inner {
position: relative;
top: -1em;
}
Remember to set the line-height
property on the container.