Skip to content

HTML vs HTMLBLOCK and ODF #39

@KammutierSpule

Description

@KammutierSpule

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions