CodeBlock refactor #492
Closed
dylans
started this conversation in
Feature Requests
Replies: 3 comments 2 replies
-
Good initiative, here are my comments:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
As a quick update on progress:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Other than a mechanism to select the language for syntax highlighting, a more thorough review of serialization/deserialization, and an option to support tabs instead of spaces, this work has landed in 0.74.0 and newer releases. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working on making the CodeBlock plugin have more of the features and behavior that I would expect.
Here are some rough notes on what I'm thinking:
// javascript
should get converted into a code block and ending with a terminating
?withCodeBlock
or similar mechanism to make it easier to use and extendI've started a branch, it's not very far along. I'm happy to collaborate if anyone else is interested in something similar.
Beta Was this translation helpful? Give feedback.
All reactions