AdamRJensen / adamrjensen.github.io

https://predictablysunny.com
1 stars 3 forks source link

triple backticks issue on `author` post metadata #5

Closed kandersolar closed 2 years ago

kandersolar commented 2 years ago

Some posts show backticks after the author name, for example:

image

I suppose it is due to putting the closing backticks on the same line as the author metadata instead of the following line, i.e.

    ```{post} 12 Feb 2022
    :tags: solar, open science
    :author: Adam R. Jensen```

versus

    ```{post} 2022-02-22
    :tags: open science
    :author: Adam R. Jensen
AdamRJensen commented 2 years ago

Thank you @kanderso-nrel 🙇