Add front matter support
smo-key opened this issue · 1 comments
smo-key commented
Using a special "Trello2LaTeX" list on the board, front matter may be uploaded in Markdown format.
- Trello2LaTeX list
- Heading 1 (Card)
- Text (Description)
- Heading 1 (Card)
Description format:
(Sub)Headings
------
# Subheading 1
## Subheading 2
### Subheading 3
Images
------
![Caption](url)
e.g. ![My Image](https://example.com/image.png)
Image will be centered.
Lists and checklists
------
1. One
2. Two
3. Three
- One
- Two
- Three
- Three.One
- Three.One.One
Text
------
* Italic *
** Bold **
smo-key commented
Front matter support added!