Table of Contents not working in Blog Post

Hello @Sweet_Savior_3 ,

Thanks for the suggestion, I’ve implemented it exactly as you suggested, with some
tags to separate each line. Still this isn’t working. Could it be something about the styling of my container?


## Contents

1. Introduction

2. The Best Boot Lace Materials

2.1 Leather Boot Laces

.css for #toc_container:

#toc_container {
  background: #fafafa none repeat scroll 0 0;
  border: 1px none #aaa;
  display: table;
  margin-bottom: 1em;
  padding: 20px;
  width: 100%;
}

Thanks for the help,

Andrew