I am automating the creation of markdown files to post to github pages, sometimes the generated markdown file contain illegal syntax.
I am wondering if there is a command to tell jekyll/ github pages to skip invalid formatted markdown file that it cannot translate and proceed to build the rest of the files?
Thanks.