readmeio / rdme

ReadMe's official command-line interface (CLI) and GitHub Action 🌊

Home Page:https://docs.readme.com/main/docs/rdme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Files ending in `.markdown` don't sync properly

kanadgupta opened this issue · comments

These lines are wrong:

if (filePath.endsWith('.md') === false || !filePath.endsWith('.markdown') === false) {

if (filePath.endsWith('.md') === false || !filePath.endsWith('.markdown') === false) {

We should fix this and add a test to check for these files.