Deploying to gh-pages from @ dc54936ba4 🚀

This commit is contained in:
Lemmih 2020-08-27 02:53:33 +00:00
commit 46be05569e
19 changed files with 2596 additions and 2540 deletions

View file

@ -117,8 +117,8 @@ span.spaces { background: white }
<span class="lineno"> 98 </span>
<span class="lineno"> 99 </span>{-# NOINLINE pNoExternals #-}
<span class="lineno"> 100 </span>-- | This parameter determined whether or not external tools are allowed.
<span class="lineno"> 101 </span>-- If this flag is True then tools such as 'latex' and 'blender' will not
<span class="lineno"> 102 </span>-- be invoked.
<span class="lineno"> 101 </span>-- If this flag is True then tools such as 'Reanimate.LaTeX.latex' and
<span class="lineno"> 102 </span>-- 'Reanimate.Blender.blender' will not be invoked.
<span class="lineno"> 103 </span>pNoExternals :: Bool
<span class="lineno"> 104 </span><span class="decl"><span class="istickedoff">pNoExternals = unsafePerformIO (readIORef pNoExternalsRef)</span></span>
<span class="lineno"> 105 </span>