How to Customize Texts in Github MarkDown File?
Getting the Theme
This series is for those who wanna work on git and related projects or are somehow into git documentation. In the first article of this series, I’d explain about heading customization in Github Markdown.
GitHub Chapters
There is no link between this article and the previous ones but still, I’ll recommend; to go through the previous ones.
Chapter1 — How to Customize Texts in Github MarkDown File?
Text
When I say text it doesn’t mean like a single word or line or something. It can be a set of lines, quotes, paragraphs or set of. In this article, you’ll learn about it in easy steps.
Text Customization
-
Bold
Make it **BOLD.**
Make it BOLD.
-
Italic
Make it _ITALIC._
Make it ITALIC.
-
Bold and Italic
Make it **_BOLD + ITALIC._**
Make it BOLD + ITALIC.
-
Strikethrough
Let’s ~~STRIKETHROUGH.~~
Let’s STRIKETHROUGH.
That’s all from this post folks.
Keep Visiting for more GitHub Tips. 💡
Discussion