Skip to content

Commit d724bb1

Browse files
Replace <center> tag
Replace use of <center> tag to conform to HTML5 standards
1 parent afe0695 commit d724bb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/gnss_signals.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ icon: fontawesome/solid/satellite
66
The mosaic-T module is capable of receiving most of the GNSS signals from the various frequency bands of each constellation. By default, the module is only configured to utilize signals (<span style="background-color:green;color:white;">marked in green</span>, in the table below) from specific satellites and frequency bands. Whereas, the <span style="background-color:var(--md-default-fg-color--lighter);">signals marked in grey</span> are also supported by the module, but each signal needs to be enabled before they can be integrated into the computed Position-Velocity-Time (PVT) solution. Meanwhile, any <span style="color:red;">~~signals colored in red and struck out~~</span> are not supported by the mosaic-T module; likely due to their proprietary nature, existence outside the module's frequency range, or are experimental/recently implemented.
77

88

9-
<center>
9+
<article style="text-align: center;" markdown>
1010

1111
<table border="1">
1212

@@ -107,7 +107,7 @@ The mosaic-T module is capable of receiving most of the GNSS signals from the va
107107

108108
</table>
109109

110-
</center>
110+
</article>
111111

112112
!!! info "Legend for GNSS Signals"
113113
- Supported; <span style="background-color:green;color:white;">Enabled by default</span>

0 commit comments

Comments
 (0)