Skip to content

Commit 047cacc

Browse files
committed
Update demo text
1 parent e42c071 commit 047cacc

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

projects/demo/src/app/app.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,15 @@ export class App {
2222

2323
constructor(private formBuilder: FormBuilder) {
2424
this.form = this.formBuilder.group({
25-
markdown: `abc\ndef`,
25+
markdown: `# Simple Chocolate Cake
26+
27+
- 200 g sugar
28+
- 150 g flour
29+
- 50 g cocoa powder
30+
- 120 ml milk
31+
- ...
32+
33+
Bon appétit!`,
2634
});
2735

2836
this.form.get('markdown')?.valueChanges.subscribe((change) => {

0 commit comments

Comments
 (0)