{ "info": { "author": "Anthony Sottile", "author_email": "asottile@umich.edu", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3 :: Only" ], "description": "[](https://dev.azure.com/asottile/asottile/_build/latest?definitionId=11&branchName=master)\n\nmarkdown-to-presentation\n========================\n\nA build tool to turn markdown into an html presentation and then publish to\ngh-pages\n\n## Installation\n\n`pip install markdown-to-presentation`\n\n\n## Usage\n\nSet up the following files:\n\n```\n# Theme variables for reveal.js\nassets/_theme.scss\n\n# application-specific scss\nassets/_app.scss\n\n# copied into build directory\nassets/*.png\n\n# contains slides\nslides.md\n```\n\nSlides must be delimited by a blank line followed by `***` followed by a blank\nline. When rendered as markdown `***` will be a horizontal rule. If you need\na horizontal rule in your slides, use `---` or `___` instead.\n\nHere's an example slides.md:\n\n```markdown\n# Title slide\n## subtitle\n\n***\n\n## first slide\n\n- bullet 1\n- bullet 2\n- bullet 3\n```\n\nIf you need raw html in your slides, use a *special* `rawhtml` code block:\n\n ```rawhtml\n