For example, look at numberOfChannels. The text reads "Animplementation MUST..." The actual bs source is:
numberOfChannels: Determines how many channels the buffer will have. An
implementation MUST support at least 32 channels.
That is, the first line starts with two tabs and the third has three tabs. When rendered the two lines get smashed together with no space between the words.
The simple workaround is to make it one giant line. This isn't great for editability/readability for long paragraphs.
Is this expected?