Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 2df3c98

Browse files
fix(#309): typo in the docs
1 parent bf95e6b commit 2df3c98

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

docs/docs/edit/app-edit-markdown/app-edit-markdown.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,6 @@ will be parsed into:
106106
</deckgo-slide-title>
107107
```
108108

109-
### Options
110-
111-
112109
### Options
113110

114111
`src/index.md` is used as default source file to generate your presentation. If you wish, you could provide an alternative path.

docs/src/app/pages/docs/edit/app-edit-markdown/app-edit-markdown.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ export class AppEditMarkdown {
6262
<deckgo-highlight-code language="javascript">
6363
<code slot="code">&lt;deckgo-slide-title&gt;{'\n'} &lt;h1 slot=&quot;title&quot;&gt;My presentation title&lt;&#47;h1&gt;{'\n'} &lt;div slot=&quot;content&quot;&gt;{'\n'} &lt;p&gt;Hello World 🚀&lt;&#47;p&gt;{'\n'} &lt;&#47;div&gt;{'\n'} &lt;div slot=&quot;notes&quot;&gt;{'\n'} I should not forget to think about that during my talk{'\n'}{'\n'} ...and say hello to mum{'\n'} &lt;&#47;div&gt;{'\n'}&lt;&#47;deckgo-slide-title&gt;</code>
6464
</deckgo-highlight-code><h3 id="app-edit-markdown-options">Options</h3>
65-
<h3 id="app-edit-markdown-options-1">Options</h3>
6665
<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>
6766
<p>For that purpose, edit the <code>webpack.config.js</code> at the root of the your presentation&#39;s project and provide a custom path like for example the following:</p>
6867
<deckgo-highlight-code language="javascript">

0 commit comments

Comments
 (0)