You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 6, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/src/app/pages/docs/edit/app-edit-markdown/app-edit-markdown.tsx
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,6 @@ export class AppEditMarkdown {
62
62
<deckgo-highlight-codelanguage="javascript">
63
63
<codeslot="code"><deckgo-slide-title>{'\n'} <h1 slot="title">My presentation title</h1>{'\n'} <div slot="content">{'\n'} <p>Hello World 🚀</p>{'\n'} </div>{'\n'} <div slot="notes">{'\n'} I should not forget to think about that during my talk{'\n'}{'\n'} ...and say hello to mum{'\n'} </div>{'\n'}</deckgo-slide-title></code>
<p><code>src/index.md</code> is used as default source file to generate your presentation. If you wish, you could provide an alternative path.</p>
67
66
<p>For that purpose, edit the <code>webpack.config.js</code> at the root of the your presentation's project and provide a custom path like for example the following:</p>
0 commit comments