Skip to content

Commit

Permalink
fix: Fix markup validity issues in the Get started tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
vnikolova committed Nov 18, 2024
1 parent e82ba9c commit 93842ba
Showing 1 changed file with 5 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,9 @@

</chapter>
<chapter title="Create a new project" id="create-new-project">
<p>
First, you will need a basic Kotlin project setup to build upon. You can
<resource src="init-kotlin-gradle-app.zip">download a pre-initialized
project</resource> or follow the steps below to generate a new project with Gradle.
</p>
First, you will need a basic Kotlin project setup to build upon. You can
<resource src="init-kotlin-gradle-app.zip">download a pre-initialized project</resource> or follow the steps
below to generate a new project with Gradle.
<procedure id="create-new-project-procedure">
<step>
<p>In a terminal window, navigate to the destination where you want to create your project and run
Expand Down Expand Up @@ -461,9 +459,8 @@
</p>
</step>
<step>
<p>
<include from="lib.topic" element-id="intellij_idea_restart_application"/>
You should now see the following result:</p>
<include from="lib.topic" element-id="intellij_idea_restart_application"/>
<p>You should now see the following result:</p>
<code-block lang="console">
SQL: SELECT VALUE FROM INFORMATION_SCHEMA.SETTINGS WHERE NAME = 'MODE'
SQL: CREATE TABLE IF NOT EXISTS TASKS (ID INT AUTO_INCREMENT NOT NULL, "name" VARCHAR(128) NOT NULL, DESCRIPTION VARCHAR(128) NOT NULL, COMPLETED BOOLEAN DEFAULT FALSE NOT NULL)
Expand Down

0 comments on commit 93842ba

Please sign in to comment.