Bold and italics in YouTube comments

If you use a search engine, you may find out the base rules for styling in YouTube comments, but they never tell you the whole story (for it to actually work in all cases). In fact, at first glance, it appears styling in YouTube comments is broken. But it is not! – read on to see how it can be made to work reliably. Note, however, that bold is currently broken (as of 2020-11-09).

Base rules

Italics

Enclose the text in a pair of underscores, “_”.

Example:

Part of this is _to be in italics_ and other parts not.

Result:

Part of this is to be in italics and other parts not.

Bold

Enclose the text in a pair of asterisks, “*”.

Example:

Part of this is *to be in bold* and other parts not.

Result:

Part of this is to be in bold and other parts not.

Bold and italics

Just enclose the inner (italics) in bold, just like any other text.

Example:

Combining *_both italics and bold_* is easy.

Result:

Combining both italics and bold is easy.

Strike through

Note: This is a poor form of a revision history and it should seldomly be used.

Enclose the text in a pair of dashes (actually minus signs), “-“.

Example:

I -wildly guessed- did extensive research to find...

Result:

I wildly guessed did extensive research to find…

More rules

Without observing these, the styling may simply silently fail.

There must not be a space at the beginning and end of the enclosed text

That is, immediately after the first underscore or asterisk, there must be a number, letter, or special character. If it is a space, the text styling does not work. In other words, the inner text must not have leading or trailing space.

The same immediately before the last underscore or asterisk.

There must be a space to either side of the formatting characters

That is, for example, a space before the starting underscore and a space after the ending underscore.

This sometimes forces you to use the Indian space (from the outdated 1935 Wren & Martin textbook). It is not ideal, but some alternatives are: 1) Leave out the punctuation 2) Use dash/minus to continue into a second part. 3) Use the hair space, Unicode U+200A (“ ”. E.g., it can be entered with Ctrl + Shift + 200A + Return on Linux (e.g. Ubuntu/Cinnamon) and it also works copy-pasting it from this page). 4) Add some content in parentheses (as there is a space before the opening parenthesis). E.g., ” (see also XYZ)”.

Example where a space is needed before punctuation in order for the styling to work (bold):

Well, I *lost a pawn* , but it's just a pawn.

Result (note the Indian space between “pawn” and the second comma (“,”)):

Well, I lost a pawn , but it’s just a pawn.

A hard linebreak resets the formatting

For multiline text (where you insert hard line breaks), the formatting must be applied for each line. Hard breaks are necessary in YouTube comments when indenting is to be preserved.

Example where all of the text is to be in italics:

_"One of the spires of Zagreb Cathedral broke off and fell on_
_the Archbishop's palace. ... A part of the roof of the_
_Croatian Parliament building collapsed."_

Result:

“One of the spires of Zagreb Cathedral broke off and fell on
the Archbishop’s palace. … A part of the roof of the
Croatian Parliament building collapsed.”

Beware of asterisks and underscores in the original text

Example, in a URL:

en DOT wikipedia DOT org/wiki/Ian_Nepomniachtchi

This is difficult or impossible to get in italics because of the underscore between “Ian” and “Nepomniachtchi”. The workaround is to format in bold (using asterisks) instead.

YouTube breaks stuff and never fixes anything

Exhibit 1

On 2020-05-21 YouTube comments broke. After having worked flawlessly for years, now it does not seem possible to have empty lines in YouTube comments (it could be an overreaction to the problem of too many empty lines when using the (physical) Return key). And leading space (for indent) may be removed.

This was observed on Linux (Ubuntu 19.10 (Eoan Ermine), but with Cinnamon as the desktop environment) with Firefox 76.0.1 (current on the date). Though the operating system shouldn’t matter, and probably not the particular web browser either.

Workaround

For empty lines, the workaround is to add a space on the line that should appear empty. Also, Edit Overflow’s YouTube formatter (button “Transform for YouTube comments”) has also been extended with this workaround such that it can also be used to preserve empty lines.

Exhibit 2

On 2020-07-09 bold in YouTube comments broke – it was rendered as normal text (italics still worked). There didn’t seem to be a workaround.

On 2020-07-30 it worked again (but didn’t a few days prior). It broke again in August 2020 and was broken until 2020-09-28. But then it was promptly broken the same day – as of 2020-10-09 it was still broken.

On 2020-11-01 it started working again (both when adding new comments and old comments with bold formatting (asterisks)), but again only for a single day.

As of 2020-11-09 it is still broken. Why in hell can’t they add a regression test for a simple thing like this????

On 2021-03-11 it worked again, but it was broken again one day later.

Exhibit 3

In 2021-02, editing of comments (effectively) broke. In about 50% of the cases, an error is displayed after submitting an edit. And the comment is deleted / lost! And resubmitting the content (e.g., it could be in a text document or in the clipboard) will fail with an error – you are essentially blocked from having that comment active that you just wanted to edit (it is not clear how long or under which conditions this persists – it may be possible to resubmit it at a later time. In any case, it is a huge hassle).

Any action after the first failure, even adding new comments, may fail silently (you are not even told it failed – content is lost). This is even on different pages, in different browser tabs, and also after restarting the web browser. It may or may not be necessary to wait 24 hours before attempting it again.

The workaround is to never edit directly. Instead, open for editing, copy the content to the clipboard, cancel the edit, delete the comment, and create a new comment with the edits included.

Leave a Reply

Your email address will not be published. Required fields are marked *

*