答え1
次のコマンドを試してください:
pandoc -f gfm --toc -s README.md -o r.md
最新バージョンの では問題なく動作しましたpandoc
。
pandoc 独自の を使用するとREADME.md
、次の ToC が得られます。
- [Pandoc](#pandoc)
- [The universal markup
converter](#the-universal-markup-converter)
- [Installing](#installing)
- [Documentation](#documentation)
- [Contributing](#contributing)
- [License](#license)