-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
[JEWEL-748] Define delimited inlines extension API, implement strikethrough #2915
base: master
Are you sure you want to change the base?
Conversation
f97e5c0
to
34d01b5
Compare
969c7cb
to
5a258ca
Compare
This cannot be cherry-picked as there is following error: Maybe rebase on latest community master will help? |
On it ⌛ UPDATE: |
43ec38e
to
2243ea2
Compare
...src/main/kotlin/org/jetbrains/jewel/intui/markdown/standalone/IntUiProvideMarkdownStyling.kt
Outdated
Show resolved
Hide resolved
...ng/src/main/kotlin/org/jetbrains/jewel/intui/markdown/bridge/BridgeProvideMarkdownStyling.kt
Outdated
Show resolved
Hide resolved
...wel/markdown/ide-laf-bridge-styling/intellij.platform.jewel.markdown.ideLafBridgeStyling.iml
Outdated
Show resolved
Hide resolved
...rkdown/int-ui-standalone-styling/intellij.platform.jewel.markdown.intUiStandaloneStyling.iml
Outdated
Show resolved
Hide resolved
...rkdown/int-ui-standalone-styling/intellij.platform.jewel.markdown.intUiStandaloneStyling.iml
Outdated
Show resolved
Hide resolved
I reckon Ivan got tangled up in the rebase somewhere, let me fix these... |
...ewel/markdown/extension/gfm-tables/intellij.platform.jewel.markdown.extension.gfm-tables.iml
Outdated
Show resolved
Hide resolved
@AlexVanGogen should have fixed the bad rebase, and have renamed the module as requested for consistency :) |
9779443
to
c38198c
Compare
I ended up doing a clean-slate squash/rebase because there was too much random crap in the history, plus the fun conflicts that just showed up... |
f01874b
to
30e9002
Compare
...ng/src/main/kotlin/org/jetbrains/jewel/intui/markdown/bridge/BridgeProvideMarkdownStyling.kt
Show resolved
Hide resolved
…hrough This includes a bunch of changes to the Markdown inline APIs to better align with CommonMark and our actual needs; a clean-up of the previous half-hearted attempt at supporting custom inline nodes (it did not and could never have worked in the way it was implemented), and some misc tweaks and cleanup.
30e9002
to
9e598b5
Compare
This includes a bunch of changes to the Markdown inline APIs to better align with CommonMark and our actual needs; a clean-up of the previous half-hearted attempt at supporting custom inline nodes (it did not and could never have worked in the way it was implemented), and some misc tweaks and cleanup.
This PR also includes a fix to the pre-push hook to work in the IJP repo.
Superseeds JetBrains/jewel#748
Caution
Requires #2913 to be merged first