-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
Hi Fletcher,
What should be the differences (and what is the syntax) for HTMLBLOCK vs HTML ?
if I write a
that will run as HTMLBLOCK:
https://github.com/fletcher/MultiMarkdown-5/blob/master/src/odf.c#L140
Also on ODF, there is this comment
/* don't print HTML block /
/ but do print HTML comments for raw LaTeX */
Copy past issue?
And it is adding the comment as
g_string_append_printf(out, "<text:p text:style-name=\"Standard\">%s</text:p>", &n->str[4]);
from the ODF source
https://github.com/fletcher/MultiMarkdown-5/blob/master/src/odf.c#L707
the HTML is the one that is outputing really raw ODF,
how can I use it?
Cheers!
Metadata
Metadata
Assignees
Labels
No labels