Skip to content

Commit

Permalink
Toggleable code snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanxu authored Sep 30, 2024
1 parent be16c96 commit b898893
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .buffy/templates/goodbye.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
:tada::tada::tada: Congratulations on your paper acceptance! :tada::tada::tada:

If you would like to include a link to your paper from your README use the following code snippets:
If you would like to include a link to your paper from your README use the following

<details><summary><strong>code snippets</strong></summary>
<p>

```
Markdown:
Expand All @@ -15,6 +18,10 @@ reStructuredText:
.. image:: https://joss.theoj.org/papers/10.21105/joss.0{{issue_id}}/status.svg
:target: https://doi.org/10.21105/joss.0{{issue_id}}
```

</p>
</details>

This is how it will look in your documentation:

[![DOI](https://joss.theoj.org/papers/10.21105/joss.0{{issue_id}}/status.svg)](https://doi.org/10.21105/joss.0{{issue_id}})
Expand Down

0 comments on commit b898893

Please sign in to comment.