On Mon, Jun 2, 2014 at 1:42 PM, Larry Staton Jr. <
larry@larrystaton.com> wrote:
> I’m not sure if I can just pull in the HTML generation and leave out the rest.
I tried for a minute or two and this is not that simple. What I did is reimplementing something much less powerful (but that was ok for my use case):
canvas tag
name: 'a';
parameterAt: 'href' put: href;
with: [
isAnchor ifTrue: [ ... ].
super visitInternalLink: anInternalLink ]
If this is enough for you, we can extract this from my code (