Skip to content

Converts markdown to HTML5 slides, just a simple python script + a modified version of my old website that I made for personal use

License

Notifications You must be signed in to change notification settings

euclaise/slides

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slides

A thing I made for a single chemistry presentation

So I didn't feel like using OpenOffice, and thought my website looked slide-ish enough, so I turned it into this, and here we are.

Here's how it works:

# This is an example slide

~~~

# This is a second slide

- Here is a bullet point
- Here is another one
	- An inner bullet point

~~~

# Third slide

1. Ordered list
<i>random HTML can be put here</i>

Then just

$ python3 slides.py infile.md outfile.html

About

Converts markdown to HTML5 slides, just a simple python script + a modified version of my old website that I made for personal use

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published