chicken-janitors
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: #1731: Lowdown some minor issues


From: Chicken Trac
Subject: Re: #1731: Lowdown some minor issues
Date: Sat, 13 Mar 2021 02:12:08 -0000

#1731: Lowdown some minor issues
------------------------------------------+---------------------
            Reporter:  Idiomdrottning     |      Owner:  (none)
                Type:  defect             |     Status:  new
            Priority:  not urgent at all  |  Milestone:  someday
           Component:  extensions         |    Version:  5.1.0
          Resolution:                     |   Keywords:
Estimated difficulty:                     |
------------------------------------------+---------------------

Comment (by Idiomdrottning):

 I've found three other issues.

 • in a line of text that ends with a colon, [shortcut ref links don't
 work]:
 • and it can't handle this construction [![Img alt text][img ref
 label]][link label]   (basically <a href><img/></a>)
 • and this is the worst one, it can't handle newlines in html inlines

 For that last one, I've solved it "good enough" for my running code
 but not pushed it to my branch yet.

 Basically, in (define inline (...)), there is a space+ but instead it
 needs to have an, uh, spaces-and-or-newlines+. I hacked one up for my
 own use as a workaround and I'll see if I can figure out something
 more beautiful for the longer run and push that.

 This was a breaking issue in my production code so I'm glad to have
 come up with a workaround that works.

 Basically, this didn't work:

         (pp
          (markdown->sxml "<small>three
         small
         lines</small>"))

-- 
Ticket URL: <https://bugs.call-cc.org/ticket/1731#comment:1>
CHICKEN Scheme <https://www.call-cc.org/>
CHICKEN Scheme is a compiler for the Scheme programming language.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]