URLEncode Latex Formula -> [http://meyerweb.com/eric/tools/dencoder/]
Create Link:

or

#!/usr/bin/env runhaskell | |
{- | |
The MIT License (MIT) | |
Copyright (c) 2015 Wasif Hasan Baig <[email protected]> | |
Permission is hereby granted, free of charge, to any person obtaining a copy | |
of this software and associated documentation files (the "Software"), to deal | |
in the Software without restriction, including without limitation the rights |
#!/usr/bin/env runhaskell | |
import Text.Pandoc | |
import Text.Pandoc.Error | |
import Text.Pandoc.JSON | |
import Text.Pandoc.Builder | |
main :: IO () | |
main = toJSONFilter notes |
#!/usr/bin/env runhaskell | |
import Text.Pandoc.JSON | |
import Text.Pandoc.Builder | |
main :: IO () | |
main = toJSONFilter hideSlide | |
hideSlide :: Block -> Block | |
hideSlide (CodeBlock (_,(attr:_),_) str) |
// Available variables: | |
// - Machine | |
// - interpret | |
// - assign | |
// - send | |
// - sendParent | |
// - spawn | |
// - raise | |
// - actions |
// Available variables: | |
// - Machine | |
// - interpret | |
// - assign | |
// - send | |
// - sendParent | |
// - spawn | |
// - raise | |
// - actions |
URLEncode Latex Formula -> [http://meyerweb.com/eric/tools/dencoder/]
Create Link:

or
