◊(Local Yarn Code "Check-in [cde7f02c]")

Overview
Comment:Prevent dt tag from being auto-wrapped in p tag
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: cde7f02c94239d845f2b6ac882b3ed5c6ea3f04d092f40d4621a09fa3ac35272
User & Date: joel on 2019-04-14 15:34:36
Other Links: manifest | tags
Context
2019-04-14
15:35
Fix CSS selector check-in: d637a276 user: joel tags: trunk
15:34
Prevent dt tag from being auto-wrapped in p tag check-in: cde7f02c user: joel tags: trunk
15:21
Add dialogue tags check-in: 4fb0671d user: joel tags: trunk
Changes

Modified pollen.rkt from [4e6b19dc] to [53b5bbf6].

38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
(provide (all-defined-out)
         (all-from-out "crystalize.rkt" "snippets-html.rkt"))

(module setup racket/base
  (require syntax/modresolve pollen/setup)
  (provide (all-defined-out))
  (define poly-targets '(html))
  (define block-tags (append '(title style) default-block-tags))
  (define cache-watchlist
    (map resolve-module-path '("tags-html.rkt"
                               "snippets-html.rkt"
                               "dust.rkt"
                               "crystalize.rkt"))))

(case (current-poly-target)







|







38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
(provide (all-defined-out)
         (all-from-out "crystalize.rkt" "snippets-html.rkt"))

(module setup racket/base
  (require syntax/modresolve pollen/setup)
  (provide (all-defined-out))
  (define poly-targets '(html))
  (define block-tags (append '(title style dt) default-block-tags))
  (define cache-watchlist
    (map resolve-module-path '("tags-html.rkt"
                               "snippets-html.rkt"
                               "dust.rkt"
                               "crystalize.rkt"))))

(case (current-poly-target)