Support \frametitle, \framesubtitle.
This commit is contained in:
parent
922469bbb2
commit
f97391c7de
1 changed files with 5 additions and 0 deletions
|
@ -231,8 +231,13 @@ blockCommands = M.fromList $
|
|||
, ("subsubsection", section 3)
|
||||
, ("paragraph", section 4)
|
||||
, ("subparagraph", section 5)
|
||||
-- beamer slides
|
||||
, ("frametitle", section 3)
|
||||
, ("framesubtitle", section 4)
|
||||
-- letters
|
||||
, ("opening", (para . trimInlines) <$> tok)
|
||||
, ("closing", closing)
|
||||
--
|
||||
, ("rule", optional opt *> tok *> tok *> pure horizontalRule)
|
||||
, ("begin", mzero) -- these are here so they won't be interpreted as inline
|
||||
, ("end", mzero)
|
||||
|
|
Loading…
Add table
Reference in a new issue