Skip to content
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

fix code block newline, 15->20 max tagsize #190

Merged
merged 1 commit into from
Jun 16, 2024
Merged

Conversation

cloverich
Copy link
Owner

  • Fix issue in code block formatting where multtiple saves without a code block edit would add extra newlines to code blocks. Caused by how mdast <> slate transformation was interpreting code_line elements, fixed with trial and error as opposed to a principled approach
  • Extended max size of tags from 15-20 as it was already too small to support tags I am using on other platforms. Max size is also set as a guestimate, and not based on a principled approach

- Fix issue in code block formatting where multtiple saves without a code block edit would add extra newlines to code blocks. Caused by how mdast <> slate transformation was interpreting code_line elements, fixed with trial and error as opposed to a principled approach
- Extended max size of tags from 15-20 as it was already too small to support tags I am using on other platforms. Max size is also set as a guestimate, and not based on a principled approach
@cloverich cloverich merged commit 3e705cd into master Jun 16, 2024
2 checks passed
@cloverich cloverich deleted the fix_code_tagsize branch June 16, 2024 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant