lib/@uncharted/cards/src/components/card/card.handlebars [59:69]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                                {{#if this}}
                                                    {{#isImageDataUrl this}}
                                                        <img src="{{this}}" alt="">
                                                    {{else}}
                                                        {{#linkify this}}{{/linkify}}
                                                    {{/isImageDataUrl}}
                                                {{/if}}
                                            </span>
                                            </td>
                                        </tr>
                                    {{/each}}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



lib/@uncharted/cards/src/components/readerContent/readerContent.handlebars [49:59]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                    {{#if this}}
                                        {{#isImageDataUrl this}}
                                            <img src="{{this}}" alt="">
                                        {{else}}
                                            {{#linkify this}}{{/linkify}}
                                        {{/isImageDataUrl}}
                                    {{/if}}
                                </span>
                            </td>
                        </tr>
                    {{/each}}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



