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
From a question on Discord from @mandolyte: Question for you... when we add validation for markdown TA articles, how do you recommend doing it...
do we give the folder name and let CV get and validate the three files?
do we combine all three files in memory and give that to be validated?
do we give each of the three files in turn to be validated?
This is because TA articles have three files:
01.md
title.md
sub-title.md
So it seems that:
We need to discover whether or not all three files are being checked for TA articles
Might be good to have an exported function that is passed an article name/folder, and checks the three files (and that's there's three and only three in the folder)
The text was updated successfully, but these errors were encountered:
From a question on Discord from @mandolyte: Question for you... when we add validation for markdown TA articles, how do you recommend doing it...
This is because TA articles have three files:
So it seems that:
The text was updated successfully, but these errors were encountered: