Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow having multiple authors #227

Merged
merged 1 commit into from
Mar 17, 2024
Merged

Allow having multiple authors #227

merged 1 commit into from
Mar 17, 2024

Conversation

mfontanini
Copy link
Owner

This allows using a new attribute in the front matter: authors. This is like author but allows specifying a list of authors. Each will be displayed on a separate line.

The following presentation:

---
title: From soil to plate
sub_title: A potato story
authors:
    - "bob: potato planter"
    - "mike: crop frier"
    - "jack: french fry eater"
---

Looks like this:

image

Fixes #225

@mfontanini mfontanini merged commit df685c5 into master Mar 17, 2024
5 checks passed
@mfontanini mfontanini deleted the multiple-authors branch March 17, 2024 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Request] New line for multiple authors
1 participant