github-markdown-toc
github-markdown-toc copied to clipboard
TOC not generated correctly
I'm not getting the expected results:
- MacOS 10.14.6
- .md files generated w/ Typora
- GitHub Desktop app used for git client
- the Github file
Here's what I've done:
-
curl https://raw.githubusercontent.com/ekalinin/github-markdown-toc/master/gh-md-toc -o gh-md-toc
-
chmod a+x gh-md-toc
-
./gh-md-toc /Users/seamus/Documents/GitHub/PiFormulae/CreatingRationalMusicLibrary2.md > new-with-toc.txt
-
cat new-with-toc.txt
Table of Contents
* [Create a Rational and Portable File Server for Your Music Library](#create-a-rational-and-portable-file-server-for-your-music-library)
* [0. Objective](#0-objective)
* [1. Select the USB storage media](#1-select-the-usb-storage-media)
* [2. Create and format a partition](#2-create-and-format-a-partition)
* [2. Mounting a network storage device:](#2-mounting-a-network-storage-device)
* [3. Copy/Sync Music repositories](#3-copysync-music-repositories)
* [3.ALT Copy Music repositories using install](#3alt-copy-music-repositories-using-install)
* [4. Serve!](#4-serve)
* [Linux vs. Samba <em><strong>permissions</strong></em>](#linux-vs-samba-permissions)
* [Samba profile for single user pi](#samba-profile-for-single-user-pi)
* [Samba profile for read-only guest access, write access for user pi](#samba-profile-for-read-only-guest-access-write-access-for-user-pi)
Created by gh-md-toc
After a select+C&P into my .md file & uploading, this doesn't render properly on my github page:
(https://github.com/seamusdemora/PiFormulae/blob/master/CreatingRationalMusicLibrary2.md)