Fix prettier-markdown CI job

This commit is contained in:
Carles Fernandez 2021-05-29 12:41:21 +02:00
parent 033be3441d
commit 7405e63f02
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
1 changed files with 25 additions and 25 deletions

View File

@ -57,28 +57,28 @@ information about this open-source, software-defined GNSS receiver.
1. [How to build GNSS-SDR](#how-to-build-gnss-sdr) 1. [How to build GNSS-SDR](#how-to-build-gnss-sdr)
1. [GNU/Linux](#gnulinux) 1. [GNU/Linux](#gnulinux)
1. [Alternative 1: Install dependencies using software packages](#alternative-1-install-dependencies-using-software-packages) 1. [Alternative 1: Install dependencies using software packages](#alternative-1-install-dependencies-using-software-packages)
* [Debian / Ubuntu](#debian--ubuntu) - [Debian / Ubuntu](#debian--ubuntu)
* [Arch Linux](#arch-linux) - [Arch Linux](#arch-linux)
* [CentOS](#centos) - [CentOS](#centos)
* [Fedora](#fedora) - [Fedora](#fedora)
* [OpenSUSE](#opensuse) - [OpenSUSE](#opensuse)
1. [Alternative 2: Install dependencies using PyBOMBS](#alternative-2-install-dependencies-using-pybombs) 1. [Alternative 2: Install dependencies using PyBOMBS](#alternative-2-install-dependencies-using-pybombs)
* [Manual installation of other required dependencies](#manual-installation-of-other-required-dependencies) - [Manual installation of other required dependencies](#manual-installation-of-other-required-dependencies)
* [Armadillo](#install-armadillo-a-c-linear-algebra-library) - [Armadillo](#install-armadillo-a-c-linear-algebra-library)
* [gflags](#install-gflags-a-commandline-flags-processing-module-for-c) - [gflags](#install-gflags-a-commandline-flags-processing-module-for-c)
* [google-glog](#install-glog-a-library-that-implements-application-level-logging) - [google-glog](#install-glog-a-library-that-implements-application-level-logging)
* [googletest](#download-the-google-c-testing-framework-also-known-as-google-test) - [googletest](#download-the-google-c-testing-framework-also-known-as-google-test)
* [GnuTLS or OpenSSL](#install-the-gnutls-or-openssl-libraries) - [GnuTLS or OpenSSL](#install-the-gnutls-or-openssl-libraries)
* [matio](#install-matio-matlab-mat-file-io-library) - [matio](#install-matio-matlab-mat-file-io-library)
* [Protocol Buffers](#install-protocol-buffers-a-portable-mechanism-for-serialization-of-structured-data) - [Protocol Buffers](#install-protocol-buffers-a-portable-mechanism-for-serialization-of-structured-data)
* [pugixml](#install-pugixml-a-light-weight-c-xml-processing-library) - [pugixml](#install-pugixml-a-light-weight-c-xml-processing-library)
1. [Clone GNSS-SDR's Git repository](#clone-gnss-sdrs-git-repository) 1. [Clone GNSS-SDR's Git repository](#clone-gnss-sdrs-git-repository)
1. [Build and install GNSS-SDR](#build-and-install-gnss-sdr) 1. [Build and install GNSS-SDR](#build-and-install-gnss-sdr)
* [Build OsmoSDR support (optional)](#build-osmosdr-support-optional) - [Build OsmoSDR support (optional)](#build-osmosdr-support-optional)
* [Build IIO support (optional)](#build-fmcomms2-based-sdr-hardware-support-optional) - [Build IIO support (optional)](#build-fmcomms2-based-sdr-hardware-support-optional)
* [Build OpenCL support (optional)](#build-opencl-support-optional) - [Build OpenCL support (optional)](#build-opencl-support-optional)
* [Build CUDA support (optional)](#build-cuda-support-optional) - [Build CUDA support (optional)](#build-cuda-support-optional)
* [Build a portable binary](#build-a-portable-binary) - [Build a portable binary](#build-a-portable-binary)
1. [macOS](#macos) 1. [macOS](#macos)
1. [Macports](#macports) 1. [Macports](#macports)
1. [Homebrew](#homebrew) 1. [Homebrew](#homebrew)
@ -93,13 +93,13 @@ information about this open-source, software-defined GNSS receiver.
1. [Signal Processing Plane](#signal-processing-plane) 1. [Signal Processing Plane](#signal-processing-plane)
1. [Signal Source](#signal-source) 1. [Signal Source](#signal-source)
1. [Signal Conditioner](#signal-conditioner) 1. [Signal Conditioner](#signal-conditioner)
* [Data type adapter](#data-type-adapter) - [Data type adapter](#data-type-adapter)
* [Input filter](#input-filter) - [Input filter](#input-filter)
* [Resampler](#resampler) - [Resampler](#resampler)
1. [Channel](#channel) 1. [Channel](#channel)
* [Acquisition](#acquisition) - [Acquisition](#acquisition)
* [Tracking](#tracking) - [Tracking](#tracking)
* [Decoding of the navigation message](#decoding-of-the-navigation-message) - [Decoding of the navigation message](#decoding-of-the-navigation-message)
1. [Observables](#observables) 1. [Observables](#observables)
1. [Computation of Position, Velocity and Time](#computation-of-position-velocity-and-time) 1. [Computation of Position, Velocity and Time](#computation-of-position-velocity-and-time)
1. [About the software license](#about-the-software-license) 1. [About the software license](#about-the-software-license)