Blagovest Petrov
aeb3784623
Minor changes
11 years ago
Hakim El Hattab
c453bc4770
markdown plugin can now process slides that are added at runtime
11 years ago
Hakim El Hattab
ef9168c7c4
fix issue with notes on last slide of external markdown #589
11 years ago
Hakim El Hattab
d9c9474938
markdown refactoring #507
11 years ago
Hakim El Hattab
571fb67864
fix bug where markdown notes in last slide would not parse #574
11 years ago
Hakim El Hattab
7e629936e5
always use 'i' as iterator
11 years ago
Hakim El Hattab
7f85c21386
markdown refactoring; comments, renamed functions, shorter argument lists
11 years ago
Hakim El Hattab
1c5da37ca6
more markdown plugin refactoring
11 years ago
Hakim El Hattab
4350c0024f
standardize way of declaring functions
11 years ago
Hakim El Hattab
b968dfef15
update markdown plugin formatting to match reveal.js core
11 years ago
Riceball LEE
efbcab57f7
* [bug] fixed render markdown file error like this:
```html
<section data-markdown>
<script type="text/template">
</script>
</section>
```
12 years ago
Hakim El Hattab
4c491e5ecc
highlight charset option for external md in readme #537
12 years ago
Emile 'iMil' Heitor
3ca598473b
updated markdown example with data-charset
12 years ago
Emile 'iMil' Heitor
ce0facf7b2
added custom charset support for external markdown file
12 years ago
Adam Hepton
245efee894
Support for notes within markdown
12 years ago
Amit Kotlovski
0cbe741afd
remove lang prefix from marked.js to fix highlight issue
12 years ago
Hakim El Hattab
39b53a7b3c
minify marked #433
12 years ago
Amit Kotlovski
381da383d9
Replace the ShowDown Markdown engine with marked
12 years ago
Hakim El Hattab
914a12e9cf
forward all attributes for markdown slides ( #413 )
12 years ago
Martin Kurtsson
6536d8467f
Added support for data-state in section when using external markdown files.
12 years ago
Jakub Holy
f6487dc312
More verbose error slide (HTTP necessary)
12 years ago
Jakub Holy
8fd28a9185
Better error reporting for external Markdown files
1. Show an alert when loading the file throws an exception
2. Whenever the status isn't success (2xx) - upon exception or e.g.
"file not found" - replace the section's content with information
about the failure (instead of being silent about it and showing
a blank slide).
We need to inform the user something went wrong, not just be silent
about it. An experienced developer, upon seing a blank slide, will
likely check the javascript console - but the rest will profit from
being told about the problem (and solution) explicitely.
12 years ago
ynonp
34afc564cd
Update markdown.js
Allow HTML tags in external markdown files
12 years ago
Hakim El Hattab
f9f17be014
merge external markdown support, move example to plugin ( #329 )
12 years ago
asmod3us
f095af212e
Update plugin/markdown/markdown.js
Use textContent instead of innerHTML to prevent encoding of certain characters in Markdown code blocks.
12 years ago
Lars Kappert
7207122c75
Slightly refactored "slidify" flow
12 years ago
Lars Kappert
25f3884bf4
Support for external markdown files, including configurable (vertical) slide separator
12 years ago
Hakim El Hattab
332ce86c3a
null check for notes in markdown parser ( #253 )
12 years ago
Hakim El Hattab
4009f2601e
avoid stripping out notes when parsing markdown ( closes #253 )
12 years ago
Hakim El Hattab
e693717f2a
update syntax highlight after editing ( #210 ), move markdown and highlight scripts from lib to plugin
12 years ago