-
-
Notifications
You must be signed in to change notification settings - Fork 128
Process linebreaks and rules for xhtml #93
base: master
Are you sure you want to change the base?
Conversation
Probably because its missing by accident and hasn't been noticed because 1) most users generate xhtml by asciidoc itself and/or 2) those using the toolchain don't use hard breaks or horizontal rules |
Aaah, oki. I mainly use the xhtml generation (along with some python scripting to inline the css) for making *.odts and *.rtfs. (<- which by far, is more reliable for me atm to produce such files) |
Commenting on this because I was wondering if I needed to do anything else with it before it's merged. |
Phone accidentally clicked on close, sorry about that. |
Two things
|
@ p1: Understandable. The test failed here (python 2.6 only failure due to python syntax I didn't touch): https://travis-ci.org/asciidoc/asciidoc/jobs/130333555#L32 . I'll close and reopen again to run the test again when that's fixed since it's outside the domain of this PR @ p2: Also understandable. |
That or I prolly need to rebase against master again. Hm... the line it's complaining about is present in master too: https://github.com/asciidoc/asciidoc/blob/master/filters/latex/latex2img.py#L227 That's odd. I'll reclose and open one more time to see if it's consistently happening. EDIT: Checks passed this time. Peculiar. |
All the Python 2.6 checks on all PRs (well the ones I checked anyway) seem to be complaining about that line, but it doesn't seem to make them fail. You must have just been (un)lucky :) |
Can someone elaborate on this? I thought that meant doing
instead of
but obviously both will use the same XSL and result in the same HTML. (I actually checked—it is indeed so.)
Grepping for |
generate xhtml from ASCIIDOC directly, no toolchain needed.
Thats because its the top level |
@ShadowKyogre It seems this repo will no longer accept PR as the latest release has been cut a while ago but https://github.com/asciidoc/asciidoc-py3 would. |
I'm not sure why the rules for br and hr are missing from the xhtml xsl file. Any input on this would be appreciated.