Download the PHP package milon/uposthapon without Composer
On this page you can find all versions of the php package milon/uposthapon. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download milon/uposthapon
More information about milon/uposthapon
Files in milon/uposthapon
Package uposthapon
Short Description Simple markdown to html presentation slide converter
License LGPL-3.0
Informations about the package uposthapon
Uposthapon (উপস্থাপন)
Uposthapon is a simple markdown to html presentation converter hugely influenced by Cleaver. The syntax is almost same, even some resources also used from that package specially stylesheets and javascript.
Online Example
An online example of a presentation slide created with Uposthapon can be found here.
Requirement
PHP and composer is needed to run Uposthapon.
Installation
Install via composer
Uses
For general purpose use with default stylesheet-
You could also pass a stylesheet to override default style-
Slide Types
Slides are written in Markdown, and are separated by two dashes (--) surrounded by line breaks.
Title slide
h1 and h2 elements (prefaced with # and ## respectively), will automatically include padding to render a title slide.
Other slides
Since slides are written in Markdown, you can include things like lists, images, and arbitrary HTML.
h3 tags (prefaced ###
) are automatically given a bottom border to
represent a slide title.
Navigation
Cleaver supports keyboard navigation for switching between slides. Alternatively, click the control buttons located below the presentation.
To navigate the slideshow:
- forward: K, L, UP, RIGHT, PgDn, and Space
- reverse: H, J, LEFT, DOWN, PgUp, and Backspace
The toggle fullscreen mode, press the ENTER key.
License: GNU LGPLv3
Any suggestion or pull request is highly welcomed.
All versions of uposthapon with dependencies
jenssegers/blade Version ^1.0
erusev/parsedown Version ^1.6