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

Parameter to complete the title #57

Open
paugier opened this issue Sep 14, 2022 · 2 comments
Open

Parameter to complete the title #57

paugier opened this issue Sep 14, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@paugier
Copy link

paugier commented Sep 14, 2022

Context

It would be nice to be able to have "Exercise 1 (advanced)" or "Exercise 1: do something great". Is it already possible?

Proposal

I guess we would need another parameter (I use subtitle but it might not be very appropriate)

```{exercise}
---
label: ex1
subtitle: " (advanced)"
---
...
```

Tasks and updates

No response

@paugier paugier added the enhancement New feature or request label Sep 14, 2022
@welcome
Copy link

welcome bot commented Sep 14, 2022

Thanks for opening your first issue here! Engagement like this is essential for open source projects! 🤗

If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.

If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).

Welcome to the EBP community! 🎉

@paugier
Copy link
Author

paugier commented Sep 15, 2022

Looking at the code, I understood that it is already possible to have "Exercise 1 (advanced)"! However, it is not mentioned in the documentation. The supported syntax is:

```{exercise} advanced
---
label: ex1
---
...
```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant