Mario Luzeiro
Mario Luzeiro
I didn't checked it again recently. I believe it would be useful to add references as much as possible on every elements ( symbol, footprints, 3D shapes, etc). I will...
Yes, also, that will make possible if a user wants to confirm / to validate the things. Or if the user does not understand (i.e: totally agree with) the element,...
oks nice! lets keep it open for discussion.
I don't know web development, but can you point me where is this Prettify code? Where should I look at?
I'm experience that using TRICE_S dumps the macro code directly in the code as is not optimizing it for size. So I'm also looking to use function calls for TRICE_S...
Do you think is possible to extend the code to support it? Any suggestion where to look at in the source code?
Ok thanks, I will need to investigate. Could you point me to some lines in the code where that can be added?
I'm wondering on cases with disruption in the lines. Are there mechanisms to recover? Other cases: the other side hang or crashed.
Sorry I think something in the text was cuted by github: I was wondering if the line: https://github.com/fletcher/MultiMarkdown-5/blob/master/src/odf.c#L147 `g_string_append_printf(out, "%s", &n->str[4]);` should be instead: `g_string_append_printf(out, "%s", &n->str[4]);` So that would...