Skip to content

How to make visible Markdown #4

Answered by mrhrifat
rakibmdabusayed asked this question in Q&A
Discussion options

You must be logged in to vote

To make visible Markdown on Repository.

  • Create a file named .gitattributes on Root Directory.
  • Then write this 2 line of code given below
*.md linguist-detectable=true
*.md linguist-documentation=false
  • Commits your Code

That's it.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mrhrifat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants