smo-key/notebookgenie

Add front matter support

smo-key opened this issue · 1 comments

Using a special "Trello2LaTeX" list on the board, front matter may be uploaded in Markdown format.

  • Trello2LaTeX list
    • Heading 1 (Card)
      • Text (Description)

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 **

Front matter support added!