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

Overview
Comment:Don't wrap notes in p tags
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: c2db2077307ba907160dbd5549089a9eb8f6ec8a22ff880747ee3250fffebd58
User & Date: joel on 2019-06-09 15:36:27
Other Links: manifest | tags
Context
2019-06-09
15:37
Run HTML through tidy check-in: c3ef3a9c user: joel tags: trunk
15:36
Don't wrap notes in p tags check-in: c2db2077 user: joel tags: trunk
14:39
Add alt attribute to logo image check-in: 8d9eca2e user: joel tags: trunk
Changes

Modified pollen.rkt from [b942e8fa] to [122879ec].

22
23
24
25
26
27
28
29
30
31
32
33
34
35
36

(module setup racket/base
  (require syntax/modresolve
           racket/runtime-path
           pollen/setup)
  (provide (all-defined-out))
  (define poly-targets '(html))
  (define block-tags (append '(title style dt) default-block-tags))

  (define-runtime-path tags-html.rkt     "tags-html.rkt")
  (define-runtime-path snippets-html.rkt "snippets-html.rkt")
  (define-runtime-path dust.rkt          "dust.rkt")
  (define-runtime-path crystalize.rkt    "crystalize.rkt")
  (define cache-watchlist
    (map resolve-module-path







|







22
23
24
25
26
27
28
29
30
31
32
33
34
35
36

(module setup racket/base
  (require syntax/modresolve
           racket/runtime-path
           pollen/setup)
  (provide (all-defined-out))
  (define poly-targets '(html))
  (define block-tags (append '(title style dt note) default-block-tags))

  (define-runtime-path tags-html.rkt     "tags-html.rkt")
  (define-runtime-path snippets-html.rkt "snippets-html.rkt")
  (define-runtime-path dust.rkt          "dust.rkt")
  (define-runtime-path crystalize.rkt    "crystalize.rkt")
  (define cache-watchlist
    (map resolve-module-path