Fix markdown formatting of some documentation tables (#1315)

* Fix markdown formatting of release tables
* Fix markdown table formatting in documentation

Signed-off-by: Zygmunt Krynicki <me@zygoon.pl>
This commit is contained in:
Zygmunt Krynicki
2023-02-01 15:18:30 +01:00
committed by GitHub
parent 4bf0f878be
commit 498c9fa7e8
7 changed files with 339 additions and 346 deletions

View File

@@ -3,7 +3,7 @@
## Eclipse CQs - Provided/compile
| Group ID | Artifact ID | Version | CQ |
| -------------------------------- | --------------------- | ------- | --------------------------------------------------------------------- |
|----------------------------------|-----------------------|---------|-----------------------------------------------------------------------|
| com.github.gwtd3 | gwt-d3-api | 1.3.0 | [CQ22964](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=22964) |
| com.google.jsinterop | jsinterop-annotations | 1.0.2 | [CQ22981](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=22981) |
| com.vaadin | vaadin-themes | 8.12.3 | [CQ23069](https://dev.eclipse.org/ipzilla/show_bug.cgi?id=23069) |
@@ -14,7 +14,7 @@
## Test and build dependencies
| Group ID | Artifact ID | Version |
| ---------------------------- | ----------------------- | ------------- |
|------------------------------|-------------------------|---------------|
| javax.el | javax.el-api | 2.2.4 |
| org.assertj | assertj-core | 3.16.1 |
| org.awaitility | awaitility | 3.1.2 |