Skip to content

HTML vs HTMLBLOCK and ODF #39

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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