NaN shows up and other markdown errors
merlin2v opened this issue · 0 comments
merlin2v commented
when creating a comment with the following markdown:
{enum:myParam:A,B,C}
and a parameter of a type that is not String creates a "Token" "N" "a" "N" with a parse Error
This is a minor bug as the program seems to be able to handle errors.
Some other bugs which crash the system and prevent the project from being able to open up again(but luckly can be fixed by using the project's history and set to a previous diff) is the use of
{hex} //Cause: cannot splice undef error
{snippet} //
{pub} //Cause: cannot splice undef error
{api} //Cause: cannot splice undef error
{sig} //dido
{fullsig} //dido
{bbc} //dido
Also, on a side note, If I were to have a question that the current TouchDevelop Docs don't have documented(such as macros, plug-ins, T types, ect.), were can I ask it?