UNPKG

chordsheet

Version:

An NPM module to render HTML code out of markdown text with chords.

22 lines (15 loc) 580 B
# Chordsheet &middot; [![Build Status](https://travis-ci.org/gldraphael/chordsheet.svg?branch=master)](https://travis-ci.org/gldraphael/chordsheet) 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/> ## Styling the chords You may use the following CSS to style the chords: ```css .chord { position: absolute; } .chord .inner { position: relative; top: -1em; } ``` Remember to set the `line-height` property on the container.