{ "title": "How to use Bezos", "description": "A short presentation on Bezos." } === # Bezos Slide Format * Just markdown separated by --- * Each slide can have a json header --- # Supported Markdown * Simple lists with * * Images with !(file) Spaces Newlines or Bare content like this --- # Deck Header * Right after === * Use {} to configure * "title" * "description" * "bg_color": [r,g,b,a] * "bg_image": "filepath.jpg" --- { "bg_color": [55, 20, 10, 255] } # Slide Color * { "bg_color": [r,g,b,a] } * Same as deck header * Put before the content --- { "bg_image": "assets/sample_bg.jpg" } # Slide Background * { "bg_image": "file_path" } * You don't even need text --- # Images !(assets/sample_bg.jpg) * !(assets/sample_bg.jpg) * Text will go over image * Image will stretch to fill ---