again
This commit is contained in:
4
info.rkt
4
info.rkt
@@ -1,14 +1,14 @@
|
||||
#lang info
|
||||
|
||||
(define pkg-authors '(hnmdijkema))
|
||||
(define version "0.1.3")
|
||||
(define version "0.1.4")
|
||||
(define license 'Apache-2.0)
|
||||
(define collection "ellipsis-msg")
|
||||
(define pkg-desc "A message% with ellipsis (...) to the left or right")
|
||||
|
||||
(define scribblings
|
||||
'(
|
||||
("scribblings/ellipsis-msg.scrbl" () (gui) "ellipsis-msg")
|
||||
("scribblings/ellipsis-msg.scrbl" () (gui-library) "ellipsis-msg")
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
@@ -67,8 +67,7 @@ See also @racket[message%].
|
||||
|
||||
The code underneath produces the following output:
|
||||
|
||||
@image{scibblings/example.mp4}
|
||||
@add-video{scribblings/example.mp4}
|
||||
@add-video{https://github.com/hdijkema/ellipsis-msg/blob/main/scribblings/example.mp4}
|
||||
|
||||
@#reader scribble/comment-reader
|
||||
[racketblock
|
||||
|
||||
Reference in New Issue
Block a user