summaryrefslogtreecommitdiffstats
path: root/content/pages/developing.md
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-11-22 22:36:35 -0500
committerDavid Robillard <d@drobilla.net>2014-11-22 22:36:35 -0500
commit4e86fd59522c70b3654e5920a60ce748640f5a2c (patch)
tree075a6a56d6ecd3d024ba518ce85448ed013761e5 /content/pages/developing.md
parentf034343776d811dcbc4793c691f64bf2342618cd (diff)
downloadlv2site-4e86fd59522c70b3654e5920a60ce748640f5a2c.tar.xz
Remove blank lines between list items.
Markdown seems to put paragraphs inside list items if you separate them with blank lines, oddly even if they are in the same list.
Diffstat (limited to 'content/pages/developing.md')
-rw-r--r--content/pages/developing.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/content/pages/developing.md b/content/pages/developing.md
index a5656eb..3c7db60 100644
--- a/content/pages/developing.md
+++ b/content/pages/developing.md
@@ -38,7 +38,6 @@ examples. Until then, several external projects serve as useful examples:
* [lv2file](https://github.com/jeremysalwen/lv2file) is a very simple
single-file program that applies an LV2 plugin to an audio file.
-
* [Jalv](http://drobilla.net/software/jalv) is a relatively simple yet
fully-featured [Jack](http://jackaudio.org) host for LV2 plugins. Start at
the core, [jalv.c](http://dev.drobilla.net/browser/trunk/jalv/src/jalv.c),
@@ -57,16 +56,13 @@ The API reference is generated from Doxygen, and serves the usual purpose. Go
there for documentation about a specific function, struct, or define.
* [Specifications](http://lv2plug.in/ns)
-
* [API Reference](http://lv2plug.in/doc/html)
## Other Documentation
* [Filesystem Hierarchy Standard](filesystem-hierarchy-standard.html)
-
* [Validating LV2 Data](validating-lv2-data.html)
-
* [Bundle Definition](bundle-definition.html)
@@ -101,5 +97,4 @@ us in [#lv2](http://webchat.freenode.net/?channels=lv2) on irc.freenode.net
## Other Resources
* [Logo](http://lv2plug.in/logo)
-
* [LV2 Achievement of GMPI Requirements](http://lv2plug.in/gmpi.html)