mosabua / asciidoc-slidy2-backend-plugin

Automatically exported from code.google.com/p/asciidoc-slidy2-backend-plugin
1 stars 0 forks source link

3 issues #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1) footnote support is not good
this doesn't work in slidy2 (work with asciidoc)
This footnote:[this is a long 
footnote] is a long one

2) order numbers issue

this will print a warnings "expected 1 got 2" in slidy2, no warning with html

 1. item1
 ifdef::backend-slidy2[<<<]
 ifdef::backend-slidy2[[start=2]]

 2.  item2

3) "M" button not working well
it's weired that, for same slides if I move from my local folder to a remote 
server, the "M" key doesn't work.

can you have a look?
overall it's still a very good one. thanks for the work!

Original issue reported on code.google.com by songping...@gmail.com on 3 Aug 2014 at 12:06

GoogleCodeExporter commented 9 years ago
1) footnote support is not good

FIXED in v1.0.4 release

2) order numbers issue

this will print a warnings "expected 1 got 2" in slidy2, no warning with html

Yes, because pagebreak closes the first list and slide then begins a new one
You can avoid the warning with :

 1. item1

 ifdef::backend-slidy2[<<<]
 ifdef::backend-slidy2[[start=2]]

 .  item2

3) "M" button not working well

I can't reproduce the bug
What browser do you use ?
Do you have a link to a not working slidy2 slideshow ?

Original comment by jeanmich...@gmail.com on 8 Aug 2014 at 9:39

GoogleCodeExporter commented 9 years ago
2) sorry, I meant this will trigger the warning message in slidy2, no warning 
when generating normal html page.

. item1
 ifdef::backend-slidy2[<<<]
 ifdef::backend-slidy2[[start=2]]

. item2

3) I use chrome.
http://pinggit.github.io/docs/995293-missing-route(slidy2).html

thanks.

Original comment by songping...@gmail.com on 30 Aug 2014 at 12:55