feat: now making more use of this
This commit is contained in:
parent
d93a8e0a8d
commit
32d41ee79d
6 changed files with 2 additions and 2 deletions
37
src/slides/example/Example.md
Normal file
37
src/slides/example/Example.md
Normal file
|
@ -0,0 +1,37 @@
|
|||
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
title = "Title"
|
||||
date = 2023-08-07
|
||||
slides = true
|
||||
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
|
||||
### Title
|
||||
|
||||
Subtitle
|
||||
|
||||
----------------------------------------------------------------------------
|
||||
|
||||
<!-- HTML comment -->
|
||||
|
||||
Slide 1
|
||||
|
||||
----------------------------------------------------------------------------
|
||||
|
||||
Slide 2
|
||||
|
||||
----------------------------------------------------------------------------
|
||||
|
||||
Image 1
|
||||
|
||||
![image][1]
|
||||
|
||||
----------------------------------------------------------------------------
|
||||
|
||||
Image 2
|
||||
|
||||
<img src="./CompSoc_Logo_PNG.png" height="100"></img>
|
||||
|
||||
----------------------------------------------------------------------------
|
||||
|
||||
|
||||
[1]: CompSoc_Logo_PNG.png
|
Loading…
Add table
Add a link
Reference in a new issue