View Issue Details

IDProjectCategoryView StatusLast Update
0004755CaseTalk ModelerGeneration (SQL, XML, etc)public2024-09-16 11:52
ReporterRonald Kunenborg Assigned ToBCP Software  
PrioritylowSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformIntelOSWindowsOS Version11
Product Version13.4 
Fixed in Version13.4.1 
Summary0004755: Markdown in readme.md is not quite correct
DescriptionMarkdown linting reports two issues:
- Headers should have at least one blank line before them (and it also warns that there should be one after, but that is mainly aesthetic. Still, nice to add)
  Example:
incorrect is:
## gegevenstype_classificaties.igd
![Diagram gegevenstype_classificaties.igd](gegevenstype_classificaties.png)
## gegevenstype_classificaties.igd /MAP

Correct is:
## gegevenstype_classificaties.igd

![Diagram gegevenstype_classificaties.igd](gegevenstype_classificaties.png)

## gegevenstype_classificaties.igd /MAP


Second issue:
Spaces in some spots before the exclamation mark:
![Diagram gegevenstype_classificaties.igd /EXP](gegevenstype_classificaties.exp.png)
    * ![Expression File](https://www.casetalk.com/images/icons/exp.png) gegevensclassificaties.exp
    * ![Diagram](https://www.casetalk.com/images/icons/igd.png) gegevensclassificaties.igd

Should be:
![Diagram gegevenstype_classificaties.igd /EXP](gegevenstype_classificaties.exp.png)
    *![Expression File](https://www.casetalk.com/images/icons/exp.png) gegevensclassificaties.exp
    *![Diagram](https://www.casetalk.com/images/icons/igd.png) gegevensclassificaties.igd


Steps To ReproduceCreate project with various files. Open Markdown file. Apply https://github.com/DavidAnson/markdownlint/tree/v0.34.0

See https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md037.md and https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md022.md for details on the two issues.

I'm using VS Code extensions to apply markdownlint.
Additional InformationMinor issue as we're not using this much, but if you have time it's probably not hard to fix.
TagsNo tags attached.
CaseTalk Edition13.4.1 build 56269

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2024-09-10 09:52 Ronald Kunenborg New Issue
2024-09-16 11:52 BCP Software Assigned To => BCP Software
2024-09-16 11:52 BCP Software Status new => resolved
2024-09-16 11:52 BCP Software Resolution open => fixed
2024-09-16 11:52 BCP Software Fixed in Version => 13.4.1