Giter Club home page Giter Club logo

md-slides's Introduction

md-slides

dead simple way to create semantic, nice to look at slides

  • forget about styling, only think about content
    • write markdown (using remarkable)
    • code samples are syntactically highlighted (uses highlightjs)
    • generates nice slides in the browser (uses slidy.js)
      • use arrow keys to navigate
      • use the generated 'table of contents' for quick navigation
      • supports printing to pdf (see presentation.pdf)
      • every slide has a unique url for easy sharing
      • supports having a timer in the presentation (see meta[name="duration"] element in presentation.html
        • use an empty first slide if you don't want the timer to start automatically

usage

  • edit presentation.html to create your content
  • open presentation.html in your favourite browser
    • tested in current versions of chrome/safari/ff
  • if need be, print the document to pdf
  • slides will automatically get separated into pages

syntax highlighting

  • write your code in three backticks
  • optional: annotate the given language

example code

```c
static int foo;
void bar(void) {
    foo = 0;
    while (foo != 255) ; }
```

LaTeX support

  • LaTeX is supported through Katex
  • simply put your equations between two single dollar-sign delimiter

example equations

$\frac{2}{3}$
$\frac{n!}{k!(n-k)!} = {n \choose k}$
$x^2 + y^2 = z^2$

Tables

Tables are possible

example table

| Left-aligned | Center-aligned | Right-aligned |
| :---         |     :---:      |          ---: |
| git status   | git status     | git status    |
| git diff     | git diff       | git diff      |

md-slides's People

Contributors

munen avatar tpo avatar simonbreiter avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.