Question related to blog articles (design question)

Hello, I have a question related to blog articles.

The question is very simple and is, is it possible to create an index for the articles of my blog?

I am looking to create an index similar to the one in the image that I am going to attach in the link, many wordpress blog articles this index. But in Shopify I don’t know how to do it, and I have doubts about whether it is possible to do it or not.

In case it is possible to do it with code or with an app, I would appreciate it if you told me.

In this LINK you can see what I mean: https://prnt.sc/hzRuI9G8VGOn

You can manually create an index for your blog articles by adding anchor links within the blog content and creating a table of contents using HTML and CSS. Here’s a simplified example:


  ## Table of Contents
  
    - Article 1

    - Article 2

    - Article 3
    
  

## Article 1

This is the content of Article 1.

## Article 2

This is the content of Article 2.

## Article 3

This is the content of Article 3.