Martin Mitáš
Martin Mitáš
``` $ time python -c 'print("* " * 10000 + "a")' | ./target/release/comrak >/dev/null real 0m1.054s user 0m1.046s sys 0m0.009s $ time python -c 'print("* " * 20000 + "a")'...
``` $ time python -c 'print("" * 10000)' | ./target/release/comrak >/dev/null real 0m0.394s user 0m0.392s sys 0m0.002s $ time python -c 'print("" * 20000)' | ./target/release/comrak >/dev/null real 0m1.549s user...
``` $ time python -c 'print("[a]: u\n" * 10000)' | ./target/release/comrak >/dev/null real 0m0.166s user 0m0.164s sys 0m0.003s $ time python -c 'print("[a]: u\n" * 20000)' | ./target/release/comrak >/dev/null real...
``` $ time python -c 'print("[t](/u) " * 10000)' | ./target/release/comrak >/dev/null real 0m1.599s user 0m1.593s sys 0m0.006s $ time python -c 'print("[t](/u) " * 20000)' | ./target/release/comrak >/dev/null real...
The original sound effects are imho too loud in comparison to almost any other applications or media used/played on the same computer. So it would be great if we can...
Make the output, especially as generated by the macros `TEST_CHECK()`, `TEST_MSG()` and `TEST_DUMP()`, automatically adapt to the current terminal size, so that it looks good in a reasonably small terminal...
Currently, there is a compile-time constant limiting length of helper messages output via `TEST_DUMP` macro. It would be good to change it so that people do not have to re-compile...
Currently, there is a compile-time constant limiting length of helper messages output via `TEST_MSG` macro. It would be good to change it so that people do not have to re-compile...
This is a list of ideas for improving the MdView control. (No guarantees though.) * [ ] Loading and displaying local images * [ ] Loading and displaying remote images...
When running ex_html.exe built with mingw-w64 on Windows 8 and 8.1, a PNG image is not shown in the HTML page.