- 31 jan., 2017 1 validation
-
-
Hakim El Hattab a écrit
-
- 23 déc., 2016 1 validation
-
-
Season Chen a écrit
support <textarea data-template> `some code` </textarea>
-
- 08 déc., 2016 1 validation
-
-
Benjamin Tan a écrit
Closes #1163, #1495.
-
- 08 jan., 2016 1 validation
-
-
Hakim El Hattab a écrit
-
- 11 nov., 2015 1 validation
-
-
Riceball LEE a écrit
-
- 10 nov., 2015 1 validation
-
-
Riceball LEE a écrit
-
- 02 nov., 2015 1 validation
-
-
teawithfruit a écrit
-
- 19 oct., 2015 1 validation
-
-
Liu Zhanhong a écrit
In html content, marked allow `Inline-Level Grammar` but not `Block-Level Grammar`, so when I write following: ``` note: * a * b * c ``` it become: ```html <p><em> a </em> b</p> <ul> <li>c</li> </ul> ``` unbelievable!
-
- 07 juil., 2015 1 validation
-
-
Hakim El Hattab a écrit
-
- 12 avr., 2015 1 validation
-
-
Boris Fritscher a écrit
by changing the tag before html is parsed and restoring it before markdown parsing
-
- 16 mar., 2015 3 validations
-
-
Simon Elvery a écrit
-
Dan Callahan a écrit
Compressed with `uglifyjs lib/marked.js --comments="/Copyright/" --mangle --compress` Used Marked v0.3.3 as of chjj/marked@2b5802f258c5e23e48366f2377fbb4c807f47658
-
-
- 22 jan., 2015 1 validation
-
-
Hakim El Hattab a écrit
add global flag back in for whitespace removal, without it most of the content in example.html does not work #682
-
- 06 avr., 2014 1 validation
-
-
Hakim El Hattab a écrit
-
- 02 avr., 2014 2 validations
-
-
Sergey Gospodarets a écrit
-
Sergey Gospodarets a écrit
-
- 17 fév., 2014 1 validation
-
-
Hakim El Hattab a écrit
renamed markdown attributes for clarity and consistency: data-vertical -> data-separator-vertical, data-notes -> data-separator-notes
-
- 02 déc., 2013 1 validation
-
-
Hakim El Hattab a écrit
-
- 30 nov., 2013 6 validations
- 07 nov., 2013 1 validation
-
-
Hakim El Hattab a écrit
-
- 06 nov., 2013 1 validation
-
-
VonC a écrit
-
- 04 nov., 2013 8 validations
-
-
VonC a écrit
-
VonC a écrit
-
VonC a écrit
-
VonC a écrit
-
VonC a écrit
-
VonC a écrit
-
VonC a écrit
The first slide of a vertical stack see some data attributes ignored. Mainly the data-transition one. Repeat all data-attributes on the wrapping section element. Ignore any other attributes (like 'id="xxx"'), in order to not mess with internal links (by repeating twice an id).
-
VonC a écrit
By default, look for <!-- slide-attributes: xxxx -->. Whatever 'xxx' is will be added to the section attributes. You can define your own pattern with 'data-attributes'. For instance 'data-attributes="^\s*?-- (.*?)$"': that will be added to the options. The 'attributes' section is removed from the content of the slide, so the final markdown doesn't reflect them. That also means you can add those attributes *anywhere* in the slide But that allows for *any* attribute to be added for a specifc slide, like: - id="plan", for allowing internal link (issue #430) - data-background="#ff0000" - data-transition="fade" You list those attributes on a single line, like - (default): ` <!-- id="plan" data-background="#ff0000" -->` - or, with an alternative data-attributes pattern: ` -- id="plan" data-background="#ff0000"` Again, that line is remove from the final content.
-
- 31 oct., 2013 1 validation
-
-
Gabriel Pillet a écrit
-
- 28 oct., 2013 1 validation
-
-
Hakim El Hattab a écrit
-
- 27 oct., 2013 3 validations