ldrolez / clyphx-live11

ClyphX advanced macros and scripting for Ableton Live 12, 11 and 10
GNU Lesser General Public License v3.0
202 stars 19 forks source link

Reference.md angle brackets need escaping #52

Closed light2peter closed 9 months ago

light2peter commented 10 months ago

The angle brackets don't show in some places in markdown. CLIP GAIN <x or >x renders as "CLIP GAIN x"

Could use backticks or &lt; and &gt;.

Or just switching the order to CLIP GAIN >x or <x works: "CLIP GAIN >x or <x" so that markdown doesn't think it's an HTML tag

backticks would probably be nicest so that it gets a fixed-width font

ldrolez commented 9 months ago

Thanks! Fixed in 7e112be5dfe1e051a56f9d77f087ae1d51159cc7