-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- this might fix a memory leak, but should be done in any case as a general upgrade
- Loading branch information
1 parent
8939ab6
commit eaa4e09
Showing
6 changed files
with
40 additions
and
53 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
nodejs 18.17.0 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<div>{{this.html}}</div> |
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 was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{{! template-lint-disable require-input-label no-curly-component-invocation no-implicit-this }} | ||
<h2 id="title">ember-cli-showdown demo</h2> | ||
|
||
{{textarea value=editableText}} | ||
{{markdown-to-html markdown=editableText}} | ||
<Textarea @value={{this.editableText}} /> | ||
<MarkdownToHtml @markdown={{this.editableText}}/> | ||
|
||
{{markdown-to-html markdown="#Markdown is cool [link](https://google.com)"}} | ||
<MarkdownToHtml @markdown={{"#Markdown is cool [link](https://google.com)"}} /> | ||
|
||
{{outlet}} |
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