diff options
author | Wu Cheng-Han | 2017-03-26 20:39:07 +0800 |
---|---|---|
committer | Wu Cheng-Han | 2017-03-26 20:39:07 +0800 |
commit | 61dc6dbc150dd80e4c1aaa5068cd1432363998dc (patch) | |
tree | 34c4afe6ab1c4b0aa4148ba63e9152e3410e4099 /public/docs | |
parent | aaf4948c557e7b59cfb7af844fe41d0cd451b834 (diff) |
Add support of abcjs
Diffstat (limited to '')
-rw-r--r-- | public/docs/features.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/public/docs/features.md b/public/docs/features.md index 614984dd..da4d0032 100644 --- a/public/docs/features.md +++ b/public/docs/features.md @@ -280,10 +280,24 @@ gantt anther task : 24d ``` +### Abc +```abc +X:1 +T:Speed the Plough +M:4/4 +C:Trad. +K:G +|:GABc dedB|dedB dedB|c2ec B2dB|c2A2 A2BA| +GABc dedB|dedB dedB|c2ec B2dB|A2F2 G4:| +|:g2gf gdBd|g2f2 e2d2|c2ec B2dB|c2A2 A2df| +g2gf g2Bd|g2f2 e2d2|c2ec B2dB|A2F2 G4:| +``` + > More information about **sequence diagrams** syntax [here](http://bramp.github.io/js-sequence-diagrams/). > More information about **flow charts** syntax [here](http://adrai.github.io/flowchart.js/). > More information about **graphviz** syntax [here](http://www.tonyballantyne.com/graphs.html) > More information about **mermaid** syntax [here](http://knsv.github.io/mermaid) +> More information about **abc** syntax [here](http://abcnotation.com/learn) Alert Area --- |