To replicate, create a "slide" with the following:
#+BEGIN_SRC haskell
whenM :: (Monad m) => m Bool -> m () -> m ()
whenM mb mx = mb >>= \b -> when b mx
#+END_SRC
The slide will show
whenM :: (Monad m) > m Bool -> m () -> m ()
whenM mb mx = mb >> \b -> when b mx
Consider using the org-hide-emphasis-markers variable instead.
To replicate, create a "slide" with the following:
The slide will show
Consider using the
org-hide-emphasis-markersvariable instead.