-
Notifications
You must be signed in to change notification settings - Fork 97
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
[WIP] Fix handling of inline and preformatted tags #41
Closed
Commits on May 28, 2019
-
Add additional whitespace handling tests
- Split various element tests into separate tests for inline and block tags - Add tests for various scenarios involving inline tags, including inside other tags and alongside text nodes - Add test for not reformatting text inside `<pre>` tags
Configuration menu - View commit details
-
Copy full SHA for 8bcc0fe - Browse repository at this point
Copy the full SHA 8bcc0feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 45a68eb - Browse repository at this point
Copy the full SHA 45a68ebView commit details -
Add definitions for all elements, preformatted elements, and inline elements (as specified by TypeScript and Mozilla Developer Network).
Configuration menu - View commit details
-
Copy full SHA for c6b31c0 - Browse repository at this point
Copy the full SHA c6b31c0View commit details -
Configure options for tag handling
Add options for specifying what tags should be treated as inline and preformatted elements.
Configuration menu - View commit details
-
Copy full SHA for e74fbe3 - Browse repository at this point
Copy the full SHA e74fbe3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccc7ef5 - Browse repository at this point
Copy the full SHA ccc7ef5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d29c5d7 - Browse repository at this point
Copy the full SHA d29c5d7View commit details -
Fix printing of inline elements
- Collect inline element tags (as defined by the `svelteInlineElements` option) into inline groups when printing children. - When printing children of inline elements, don't add surrounding lines around the child contents
Configuration menu - View commit details
-
Copy full SHA for 45175d3 - Browse repository at this point
Copy the full SHA 45175d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4059777 - Browse repository at this point
Copy the full SHA 4059777View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd4dd8b - Browse repository at this point
Copy the full SHA dd4dd8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fad4c01 - Browse repository at this point
Copy the full SHA fad4c01View commit details -
Update inline-with-block tests
Don't break immediately after the opening tag or immediately before the closing tag, even with block element children.
Configuration menu - View commit details
-
Copy full SHA for a599244 - Browse repository at this point
Copy the full SHA a599244View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.