chdemko / pandoc-latex-environment

Pandoc filter for adding LaTeX environement on specific div
https://pandoc-latex-environment.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
34 stars 9 forks source link

Passing options to environments #5

Closed HaoZeke closed 4 years ago

HaoZeke commented 6 years ago

Hi. My specific usage is:

\begin[Type]{flashcard}{Title}
% content
\end{flashcard}

How could I pass title and type with this?

I noticed the source defines title to be equivalent to the Type given above, but I don't understand how to use it. Additionally there doesn't seem to be any method of passing Title as in the above example.

chdemko commented 6 years ago

Currently, this is not possible but you are kindly invited to propose a pull request for solving this issue

chdemko commented 4 years ago

Closing this issue as there is no PR