Skip to content

Conversation

@SMSadegh19
Copy link
Contributor

This PR fixes #139643

I'm solving this issue as a good-first-issue. If you think anything is wrong please help me to solve it. :)

@ghost
Copy link

ghost commented Dec 24, 2021

CLA assistant check
All CLA requirements met.

Copy link
Collaborator

@mjbvz mjbvz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just one question if we can get away with just setting it on the top level element

if (token.map && token.type !== 'inline') {
token.attrSet('data-line', String(token.map[0]));
token.attrJoin('class', 'code-line');
token.attrJoin('dir', 'auto');
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this required or is dir inherited by child elements?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mjbvz

It is required. Because dir="auto" just looks at the first paragraph and apply direction to all the child element.
Childs just inherit rtl or ltr. Childs doesn't inherit auto and it is not so smart.

I think we can only add dir="auto" to the code-line classes (childs). But for markdown-body class is optional.

}

public resetSlugCount(): void {
Copy link
Contributor Author

@SMSadegh19 SMSadegh19 Jan 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here we have an empty extra line here.

@mjbvz mjbvz merged commit 2a0d371 into microsoft:main Jan 5, 2022
@mjbvz
Copy link
Collaborator

mjbvz commented Jan 5, 2022

Thanks! Will be in the next VS Code insiders build and scheduled to be released as part of VS Code 1.64

@mjbvz mjbvz added this to the January 2022 milestone Jan 5, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Feb 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

RTL support for markdown readme preview

3 participants