Skip to content

Commit

Permalink
The REST README must not be in markdown (#400)
Browse files Browse the repository at this point in the history
* The REST README must not be in markdown

There is a markdown table which does not work in REST.

* use samp method around links

* fix headers to REST

* headers
  • Loading branch information
franzholz committed Feb 24, 2024
1 parent 363a439 commit 2384f2e
Showing 1 changed file with 16 additions and 9 deletions.
Expand Up @@ -3,21 +3,28 @@
<badges>
# <project>
=========
<project>
=========
<abstract>
## Installation
Installation
============
..
## Configuration
Configuration
=============
..
## Usage
Usage
======
..
| | URL |
|------------------|---------------------------------------------------------------|
| **Repository:** | https://<vcs-repository> |
| **Read online:** | https://docs.typo3.org/p/<package-name>/main/en-us/ |
| **TER:** | https://extensions.typo3.org/extension/<extension-key>/ |
.. csv-table::
:header: "", "URL"
**Repository:**, :samp:`https://{<vcs-repository>}`
**Read online:**, :samp:`https://docs.typo3.org/p/{<package-name>}/main/en-us/`
**TER:**, :samp:`https://extensions.typo3.org/extension/{<extension-key>}/`

0 comments on commit 2384f2e

Please sign in to comment.