-
Notifications
You must be signed in to change notification settings - Fork 357
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature(highlight): enhancements and code-health. (#277)
* bugfix(highlight:) Remove only empty lines at the beggining and end of the content so content new lines arent removed * check indentention on first code line as a guide * remove `html` lang workaround so code parsing is more generic now * fixed indendation in demo * bugfix(highlight): Use Renderer to limit access to native DOM and DomSanitizer to prevent XSS issues. * feature(highlight): Added [content] input to td-highlight to load content dynamically. * load README.md in highlight docs * update README.md for highlight * remove info thats already in README.md * update docblock in markdown * polish README.md * move scss rules so we can apply any pre-built theme instead of the covalent-theme * update themeing in markdown and highlight * comment pre-built theme in theme.scss * feature(highlight): Mimicking VS Dark+ theme as closely as possible by default in covalent-highlight-theme * changed color for regexp and link * code-health(highlight): Added initial set of unit-tests. * wrong title in README.md * replace npm code block with bash * fix README.md in markdown * point to the main coveralls badge instead of develop branch * remove methods and use regexp to remove leading and trailing new empty lines * feature(markdown): Remove only empty lines at the beginning and end of code content only * fixed indentation * fixed unit test typo
- Loading branch information
1 parent
fd0f32a
commit 3311d4a
Showing
12 changed files
with
504 additions
and
298 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.