Skip to main content

Interview Questions Markdown (format)

· 2 min read

Today I had researched on writing the markdown file for the FAQ type of Data. You can find the example below with the source code.

Output


XYZ Interview Questions​

Follow me @nagvbt for technical updates.

Table of Contents​

No.Questions
Chapter One
1Question One?
2Question Two?
Chapter Two
1Chapter Two Question 1?
2Chapter Two Question 2?

Chapter One​

  1. Question One?​

    Answer one

    ⬆ Back to Top

  2. Question two?​

    Answer two

    ⬆ Back to Top

Chapter Two​

  1. Chapter Two Question 1?​

    Answer one

    ⬆ Back to Top

  2. Chapter Two Question 2?​

    Answer two

    ⬆ Back to Top

Refer MFC Interview Questions & Answers


Source code


# XYZInterview Questions

Follow me [@nagvbt](https://twitter.com/NagVbt) for technical updates.

### Table of Contents

| No. | Questions |
| --- | -------------------------------------------------- |
| | **Chapter One** |
| 1 | [Question One?](#question-one) |
| 2 | [Question Two?](#question-two) |
| | **Chapter Two** |
| 1 | [Chapter Two Question 1?](#chapter-two-question-1) |
| 2 | [Chapter Two Question 2?](#chapter-two-question-2) |

## Chapter One

1. ### Question One?

Answer one

**[⬆ Back to Top](#table-of-contents)**

2. ### Question two?

Answer two

**[⬆ Back to Top](#table-of-contents)**

## Chapter Two

1. ### Chapter Two Question 1?

Answer one

**[⬆ Back to Top](#table-of-contents)**

2. ### Chapter Two Question 2?

Answer two

**[⬆ Back to Top](#table-of-contents)**