# Makefile
# Copyright (C) 2014 Michael Goehler
#
-# This file is part of mpd.
+# This file is part of mdp.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-## mpd - A command-line based markdown presentation tool.
+## mdp - A command-line based markdown presentation tool.
+
+![image](https://cloud.githubusercontent.com/assets/2237222/4264047/62cc07b8-3c12-11e4-8710-f2e5959200c8.png)
---
_Horizontal rulers are used as slide separator._
-_Supports basic markdown formatting:_
+_Supports basic markdown formating:_
-- line wide formatting
+- line wide formating
- headlines
- code
- quotes
-- in-line formatting
+- in-line formating
- bold text
- underlined text
+_Supports headers prefixed by @ symbol._
+
+- first two header lines are displayed as title and author
+ in top and bottom bar
+
+_Review sample.md for more details._
+
---
*Controls:*
Space, Enter, Backspace - next/previous slide
- Home - go to first slide
- End - go to last slide
-- 0-9 - go to slide n
+- 1-9 - go to slide n
- q - exit
* An implementation of a char stack in heap memory.
* Copyright (C) 2014 Michael Goehler
*
- * This file is part of mpd.
+ * This file is part of mdp.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* An implementation of expandable c strings in heap memory.
* Copyright (C) 2014 Michael Goehler
*
- * This file is part of mpd.
+ * This file is part of mdp.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* Macros to do bit operations on integer variables.
* Copyright (C) 2014 Michael Goehler
*
- * This file is part of mpd.
+ * This file is part of mdp.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* An implementation of a char stack in heap memory.
* Copyright (C) 2014 Michael Goehler
*
- * This file is part of mpd.
+ * This file is part of mdp.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
int cstack_empty(cstack_t *self);
void cstack_delete(cstack_t *self);
-#endif // !defined( CSTACK_H )
\ No newline at end of file
+#endif // !defined( CSTACK_H )
* An implementation of expandable c strings in heap memory.
* Copyright (C) 2014 Michael Goehler
*
- * This file is part of mpd.
+ * This file is part of mdp.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* An implementation of markdown objects.
* Copyright (C) 2014 Michael Goehler
*
- * This file is part of mpd.
+ * This file is part of mdp.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
#define MDP_H
/*
- * mpd -- A command-line based markdown presentation tool.
+ * mdp -- A command-line based markdown presentation tool.
* Copyright (C) 2014 Michael Goehler
*
* This program is free software: you can redistribute it and/or modify
* rules.
* Copyright (C) 2014 Michael Goehler
*
- * This file is part of mpd.
+ * This file is part of mdp.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* faded in 256 color mode.
* Copyright (C) 2014 Michael Goehler
*
- * This file is part of mpd.
+ * This file is part of mdp.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* An implementation of markdown objects.
* Copyright (C) 2014 Michael Goehler
*
- * This file is part of mpd.
+ * This file is part of mdp.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
/*
- * mpd -- A command-line based markdown presentation tool.
+ * mdp -- A command-line based markdown presentation tool.
* Copyright (C) 2014 Michael Goehler
*
* This program is free software: you can redistribute it and/or modify
* rules.
* Copyright (C) 2014 Michael Goehler
*
- * This file is part of mpd.
+ * This file is part of mdp.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
%author: Michael Göhler
%date: 2014-09-14
-mpd
+mdp
===
A command-line based presentation tool.
* faded in 256 color mode.
* Copyright (C) 2014 Michael Goehler
*
- * This file is part of mpd.
+ * This file is part of mdp.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by