Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Right alignment of text in *.md fille #279

Closed
AliIslamov opened this issue Mar 3, 2024 · 2 comments
Closed

Right alignment of text in *.md fille #279

AliIslamov opened this issue Mar 3, 2024 · 2 comments

Comments

@AliIslamov
Copy link

I have several *.md posts in content folder. Each post contains several RTL block of texts.

How can I align several paragraphs of text inside a *.md file to the right side when displayed on a website?

@benjaminrae
Copy link
Contributor

You might find that manually adding html makes this easier.

Something like:

<p align="right", dir="rtl", lang="...">
  ...
</p>

@AliIslamov
Copy link
Author

You might find that manually adding html makes this easier.

Something like:

<p align="right", dir="rtl", lang="...">
  ...
</p>

Yes, I came to the same conclusion. It's disappointing that markdown doesn't have its own alignment tools.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants