Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

markdown

How to link to part of the same document in Markdown?

September 6, 2022 by Tarik

Github automatically parses anchor tags out of your headers. So you can do the following: [Custom foo description](#foo) # Foo In the above case, the Foo header has generated an anchor tag with the name foo Note: just one # for all heading sizes, no space between # and anchor name, anchor tag names must … Read more

Categories markdown Tags markdown, multimarkdown Leave a comment

What file uses .md extension and how should I edit them?

September 6, 2022 by Tarik

Markdown is a plain-text file format. The extensions .md and .markdown are just text files written in Markdown syntax. If you have a Readme.md in your repo, GitHub will show the contents on the home page of your repo. Read the documentation: Standard Markdown GitHub Flavored Markdown You can edit the Readme.md file in GitHub … Read more

Categories markdown Tags file-extension, markdown Leave a comment
Newer posts
← Previous Page1 … Page8 Page9

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa