Skip to content

Multiline text loses space when displayed in html #1470

@rtoy

Description

@rtoy

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions