You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 7, 2017. It is now read-only.
Traditionally, text files should end with a newline char.
The toc command strips the trailing newline from a README which has one.
I think that toc should either not change the presence or absence of a trailing newline, or if it does want to take an opinion on this issue, it should add one rather than remove one.
Traditionally, text files should end with a newline char.
The
toccommand strips the trailing newline from a README which has one.I think that
tocshould either not change the presence or absence of a trailing newline, or if it does want to take an opinion on this issue, it should add one rather than remove one.(incorrectly raised at jonschlinkert/markdown-toc#35 )