You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The spec states that "Tabs in lines are expanded to spaces, with a tab stop of 4 characters". But when I look at the html result. The first tab only got 1 space?
foo→baz→→bim | <p>foo baz bim</p>
The text was updated successfully, but these errors were encountered:
The second two tabs also are 5 characters of whitespace.
Looks like it is not to convert each tab into 4 spaces but convert tabs with tab stop of 4 characters.
So the first tab ends after 4 characters, the second ends after 8 and the last after 12 chars.
The spec states that "Tabs in lines are expanded to spaces, with a tab stop of 4 characters". But when I look at the html result. The first tab only got 1 space?
The text was updated successfully, but these errors were encountered: