Fixed: italics error in footnote.

This commit is contained in:
arookas 2015-12-07 11:40:56 -05:00
parent 9553a93622
commit b61cbd28a6

View file

@ -166,4 +166,4 @@ The `import` statement supports both relative and absolute path names. If the pa
If the file cannot be found, a compiler error will occur.
_**Note:** In order to prevent recursive inclusion, _ssc_ keeps track of all imported files and will ignore `import` statements whose files have already been compiled before._
_**Note:** In order to prevent recursive inclusion, ssc keeps track of all imported files and will ignore `import` statements whose files have already been compiled before._