Improvements to Conditional Statements
- Complex conditional statements were not handled correctly. This has been corrected to allow nested
if
statements in theelse
portion of a python inlineif
statement. - If statement latex formatting has been improved to make it more readable.