Merge "Docs: Restructure Section 5.9" into oc-dev
diff --git a/5_multimedia/5_9_midi.md b/5_multimedia/5_9_midi.md
index 886252b..6dacb59 100644
--- a/5_multimedia/5_9_midi.md
+++ b/5_multimedia/5_9_midi.md
@@ -3,9 +3,10 @@
 If a device implementation supports the inter-app MIDI software transport
 (virtual MIDI devices), and it supports MIDI over _all_ of the following
 MIDI-capable hardware transports for which it provides generic non-MIDI
-connectivity, it is STRONGLY RECOMMENDED to report support for feature
-android.software.midi via the
-[android.content.pm.PackageManager](http://developer.android.com/reference/android/content/pm/PackageManager.html)
+connectivity, it is: 
+
+*    [SR] STRONGLY RECOMMENDED to report support for feature
+android.software.midi via the [android.content.pm.PackageManager](http://developer.android.com/reference/android/content/pm/PackageManager.html)
 class.
 
 The MIDI-capable hardware transports are:
@@ -14,8 +15,8 @@
 *   USB peripheral mode (section 7.7 USB)
 *   MIDI over Bluetooth LE acting in central role (section 7.4.3 Bluetooth)
 
-Conversely, if the device implementation provides generic non-MIDI connectivity
-over a particular MIDI-capable hardware transport listed above, but does not
-support MIDI over that hardware transport, it MUST NOT report support for
-feature android.software.midi.
+If the device implementation provides generic non-MIDI connectivity over a
+particular MIDI-capable hardware transport listed above, but does not support
+MIDI over that hardware transport, it:
 
+*    [C-1-1] MUST NOT report support for feature android.software.midi.