When I write the code below, I can see the indentation in HackMD. But I can't see the same effect in GitHub. What can I do to solve it?
<style>
p {
font-size: 16px;
text-indent: 2em;
}
</style>
When I write the code below, I can see the indentation in HackMD. But I can't see the same effect in GitHub. What can I do to solve it?
<style>
p {
font-size: 16px;
text-indent: 2em;
}
</style>
Copyright © 2021 Jogjafile Inc.
GitHub doesn't allow arbitrary styles in its Markdown:
You're probably going to have to live with its default rendering.