Mardown formatting is hard

This commit is contained in:
erth9960 2022-01-25 16:19:01 +01:00
parent e26f140309
commit 94b2181e79

@ -32,22 +32,20 @@ video portal. When playing pack a presentation offline (using files stored
on the local machine), `dlplayer.html` should be used instead of `index.html`.
The downloaded package should contain:
- `dlplayer.html`, modified as noted above
This is a version of `index.html` that includes all support files
in-line to reduce the number of files for the downloading user to deal with.
- `dlplayer.html`: This is a version of `index.html` that includes all
support files in-line to reduce the number of files for the downloading user
to deal with.
In order for the file to point to the correct presentation data, there is a
line that looks like this:
```
localPresentation = %PACKAGE%
```
In order for the file to point to the correct presentation data, there is a
line that looks like this: `localPresentation = %PACKAGE%`
When preparing a download package, the preparing script should replace
When preparing a download package, the preparing script should replace
`%PACKAGE%` with the json package data relating to the presentation to
be downloaded.
- a subdirectory containing the media files
The paths in the json package data should be relative to `dlplayer.html`.
- A subdirectory containing the media files
The paths in the json package data should be relative to `dlplayer.html`.
Offline playback doesn't support playlists.