Skip to content

Commit 8a4cdc6

Browse files
do not escape star in titles of markdown documents
to avoid escaping issue in generated menus, see issue #208
1 parent c6b108e commit 8a4cdc6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/7-tool-support/1-db-codecop-sqldev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# db\* CODECOP for SQL Developer
1+
# db* CODECOP for SQL Developer
22

33
## Introduction
44

docs/7-tool-support/2-db-codecop-sonarqube.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# db\* CODECOP for SonarQube
1+
# db* CODECOP for SonarQube
22

33
## Introduction
44

docs/7-tool-support/3-db-codecop-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# db\* CODECOP Command Line
1+
# db* CODECOP Command Line
22

33
## Introduction
44

docs/7-tool-support/4-db-codecop-validators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# db\* CODECOP Validators
1+
# db* CODECOP Validators
22

33
db\* CODECOP supports custom validators. A validator must implement the `PLSQLCopValidator` Java interface and has to be a direct or indirect descendant of the `PLSQLValidator` class. Such a class can be used in the command line utility and the SQL Developer extension.
44

0 commit comments

Comments
 (0)