fletcher / fletcher/MultiMarkdown-5
HTML vs HTMLBLOCK and ODF
- Dominant language
- C
- Stars
- 296
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
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, "%s", &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!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.