-
Is there a simple way to add today's date in the footer or header of my slides? |
Beta Was this translation helpful? Give feedback.
Answered by
yhatt
Dec 25, 2024
Replies: 1 comment 3 replies
-
Since Markdown is a static document format, you will need to use JavaScript, implement a Marp plugin, or apply preprocessing to the Markdown to achieve such functionality. Check out similar question on StackOverflow: https://stackoverflow.com/questions/71458252/how-to-add-todays-date-in-marp-markdown |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a simple example with using JavaScript, based on the answe of StackOverflow. JavaScript replaces
<span class="date">
within footers in every page.