-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Markdown backend: complete implementation #35
Commits on Jan 20, 2024
-
Markdown backend: complete initial impl. Verified: frames and optiona…
…lly foldable trees Currently, multiline preformatted content as separate inline code markers. Will consider using code blocks...
Configuration menu - View commit details
-
Copy full SHA for 093e74e - Browse repository at this point
Copy the full SHA 093e74eView commit details
Commits on Jan 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 014a2da - Browse repository at this point
Copy the full SHA 014a2daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49446c7 - Browse repository at this point
Copy the full SHA 49446c7View commit details -
More configurability:
Config
, preformatted, framesPreformatted code is still broken.
Configuration menu - View commit details
-
Copy full SHA for 162ff2f - Browse repository at this point
Copy the full SHA 162ff2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c9b91a - Browse repository at this point
Copy the full SHA 6c9b91aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05d5ca2 - Browse repository at this point
Copy the full SHA 05d5ca2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8795d98 - Browse repository at this point
Copy the full SHA 8795d98View commit details -
Fix breaking into lines; table tests.
Will add configuration and tune the table output next. Maybe the html table conversion could be better too.
Configuration menu - View commit details
-
Copy full SHA for 3dfe5f0 - Browse repository at this point
Copy the full SHA 3dfe5f0View commit details -
PrintBox_md tweaks: simulate preformatting with nbsp, more newlines w…
…hen not inline (uses multiline heuristic when adding frames), use `div` instead of `span` when not inline.
Configuration menu - View commit details
-
Copy full SHA for 6da1506 - Browse repository at this point
Copy the full SHA 6da1506View commit details
Commits on Jan 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f6d7410 - Browse repository at this point
Copy the full SHA f6d7410View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41d382b - Browse repository at this point
Copy the full SHA 41d382bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b01eece - Browse repository at this point
Copy the full SHA b01eeceView commit details
Commits on Jan 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 703a711 - Browse repository at this point
Copy the full SHA 703a711View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8000604 - Browse repository at this point
Copy the full SHA 8000604View commit details -
Configuration menu - View commit details
-
Copy full SHA for b863a2d - Browse repository at this point
Copy the full SHA b863a2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3054ee5 - Browse repository at this point
Copy the full SHA 3054ee5View commit details
Commits on Jan 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8c25cc6 - Browse repository at this point
Copy the full SHA 8c25cc6View commit details -
Fix mismatch between
multiline_heuristic
andline_of_length_exn
Complement of `multiline_heuristic` is the domain of `line_of_length`.
Configuration menu - View commit details
-
Copy full SHA for 8d63a26 - Browse repository at this point
Copy the full SHA 8d63a26View commit details -
Greatly improve
pp_print_nbsp
->pp_print_escaped
:optimally escape all Markdown constructs (i.e. only when needed), minimize the use of ` ` -- but a slight temporary regression, needs `white-space: pre`.
Configuration menu - View commit details
-
Copy full SHA for bc6ed56 - Browse repository at this point
Copy the full SHA bc6ed56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 235fd23 - Browse repository at this point
Copy the full SHA 235fd23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1915c54 - Browse repository at this point
Copy the full SHA 1915c54View commit details -
Configuration menu - View commit details
-
Copy full SHA for e253bc6 - Browse repository at this point
Copy the full SHA e253bc6View commit details -
Fix interleaving to prevent whitespace collapse, change approach for …
…`Code_quote` `Code_quote` now uses a middle-dot to break whitespace collapse, including in the indentation.
Configuration menu - View commit details
-
Copy full SHA for dcdf99e - Browse repository at this point
Copy the full SHA dcdf99eView commit details
Commits on Jan 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 261f5cb - Browse repository at this point
Copy the full SHA 261f5cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 689ba38 - Browse repository at this point
Copy the full SHA 689ba38View commit details -
Use
[]
for frames in Markdown tables; more testsUnfortunately, it seems inside `style="white-space: pre"` Markdown is not processed?
Configuration menu - View commit details
-
Copy full SHA for 1586150 - Browse repository at this point
Copy the full SHA 1586150View commit details -
Removing style 1:
white-space: pre
does not work with GitHub previewNote: without it, HTML collapses regular and nbsp spaces -- follow up.
Configuration menu - View commit details
-
Copy full SHA for 71601b6 - Browse repository at this point
Copy the full SHA 71601b6View commit details -
Get rid of
, use·
instead` ` is unreadable and collapsed with surrounding spaces.
Configuration menu - View commit details
-
Copy full SHA for 1883545 - Browse repository at this point
Copy the full SHA 1883545View commit details -
Configuration menu - View commit details
-
Copy full SHA for 862eccf - Browse repository at this point
Copy the full SHA 862eccfView commit details
Commits on Jan 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4330d78 - Browse repository at this point
Copy the full SHA 4330d78View commit details -
Configuration menu - View commit details
-
Copy full SHA for b96443b - Browse repository at this point
Copy the full SHA b96443bView commit details -
Experimentally using <div> to see if GitHub rendering picks up styles
(since it doesn't pick up styles from <span>).
Configuration menu - View commit details
-
Copy full SHA for 9fd1686 - Browse repository at this point
Copy the full SHA 9fd1686View commit details -
Revert "Experimentally using <div>" -- it's styles in general, not <div>
This reverts commit 9fd1686.
Configuration menu - View commit details
-
Copy full SHA for 65e7e17 - Browse repository at this point
Copy the full SHA 65e7e17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c10b74 - Browse repository at this point
Copy the full SHA 9c10b74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 628513f - Browse repository at this point
Copy the full SHA 628513fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5584258 - Browse repository at this point
Copy the full SHA 5584258View commit details -
Configuration menu - View commit details
-
Copy full SHA for 939ad87 - Browse repository at this point
Copy the full SHA 939ad87View commit details -
Configuration menu - View commit details
-
Copy full SHA for fab8407 - Browse repository at this point
Copy the full SHA fab8407View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e8b2fc - Browse repository at this point
Copy the full SHA 8e8b2fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3837a15 - Browse repository at this point
Copy the full SHA 3837a15View commit details -
Configuration menu - View commit details
-
Copy full SHA for a599d46 - Browse repository at this point
Copy the full SHA a599d46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 407646f - Browse repository at this point
Copy the full SHA 407646fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f3380b - Browse repository at this point
Copy the full SHA 9f3380bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 249de66 - Browse repository at this point
Copy the full SHA 249de66View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1b96d3 - Browse repository at this point
Copy the full SHA e1b96d3View commit details -
Fix: forgot about the impact of removing the bold style
on Markdown table header lengths.
Configuration menu - View commit details
-
Copy full SHA for f9ace94 - Browse repository at this point
Copy the full SHA f9ace94View commit details