No local video in resources
This commit is contained in:
3
info.rkt
3
info.rkt
@@ -1,7 +1,7 @@
|
|||||||
#lang info
|
#lang info
|
||||||
|
|
||||||
(define pkg-authors '(hnmdijkema))
|
(define pkg-authors '(hnmdijkema))
|
||||||
(define version "0.2.2")
|
(define version "0.2.3")
|
||||||
(define license 'Apache-2.0)
|
(define license 'Apache-2.0)
|
||||||
(define collection "ellipsis-msg")
|
(define collection "ellipsis-msg")
|
||||||
(define pkg-desc "A message% with ellipsis (...) to the left or right")
|
(define pkg-desc "A message% with ellipsis (...) to the left or right")
|
||||||
@@ -17,6 +17,7 @@
|
|||||||
|
|
||||||
(define build-deps
|
(define build-deps
|
||||||
'("racket-doc"
|
'("racket-doc"
|
||||||
|
"draw-doc"
|
||||||
"rackunit-lib"
|
"rackunit-lib"
|
||||||
"scribble-lib"
|
"scribble-lib"
|
||||||
))
|
))
|
||||||
|
|||||||
@@ -69,7 +69,7 @@ See also @racket[message%].
|
|||||||
|
|
||||||
The code underneath produces the following output:
|
The code underneath produces the following output:
|
||||||
|
|
||||||
@add-video{../../resources/example.mp4}
|
@add-video{https://github.com/hdijkema/ellipsis-msg/raw/refs/heads/main/resources/example.mp4}
|
||||||
|
|
||||||
@#reader scribble/comment-reader
|
@#reader scribble/comment-reader
|
||||||
[racketblock
|
[racketblock
|
||||||
|
|||||||
Reference in New Issue
Block a user