Tobias Tom

Results 70 comments of Tobias Tom

I think the easiest solution would be to have a `tag_handler` which takes two parameters, both by reference I would propose: ``` handleTag( &$tagName, array &$attributes ) ``` The `$tagName`...

I'd love to have something generic, but it might not be necessary for this feature. What my intention was that you just generate the "tag" like you always do, but...

Actually, I think the context does not matter. Not because I don't need it for my feature, but more for the following reason: when you want to change something and...

@michelf I just reached the problem with the srcset again and was reminded of this issue. :) Given that the context would be a different feature for some other time,...

I **love** your generic approach!

As I stumbled on retina images again, is there anything I can do to help implement this?

@michelf I'll try to find some time to look into this in the week after the next one. If I have questions, I'll let you know. Thanks!

I think I would go with the "before" rule. ``` {.lala} this my my paragraph with the lala class ``` ``` {.lala} - Thus list - will have the -...

@kburton Regarding `` I tend to agree, still… for me it feels wrong to have HTML inside markdown.

I really like the right indent style.