Damith C. Rajapakse

Results 540 comments of Damith C. Rajapakse

> This behaviour is also similar to the Algolia DocSearch we use now that automatically adds `algolia-no-index` to content hidden by MarkBind's Vue components, causing content hidden in panels to...

@itsyme thanks for this idea. Yes, this is an idea worth considering. One factor to consider is the cost of maintaining additional templates. Should be fine, if the benefit outweighs...

> Thanks for reading through the issue @damithc! I believe that if the template created is general enough the maintenance of the template should be minimal as course pages across...

@kaixin-hc The list customization is both a significant and a unique feature we have but it is currently buried under list formatting which is a commonplace feature that every static...

> Ah ok so its just a repackaging of our existing functionality? Yup, just for appearances. No change to the implementation at all.

> HI @damithc, does it mean this is just a documentation change? Or do you want to add syntactic sugar? @yucheng11122017 Just a documentation change. The name is up for...

I meant pull quote -- the one that is meant to grab attention (e.g., larger font size). I think we have support for block quote already. That said, my focus...

> By the way, @damithc does the combination of `++` (large) and `->` (center align) work for your use case? Looks like this: > > ``` > ++->Remember, NEVER rewrite...

I think asciidoc has a more powerful tables syntax. Of course unlikely we can reuse their parser but we can get some inspiration for the syntax. Would using our own...

> unfortunately not as well, as you'd end up still having to parse the html inside the tag. (since tables can contain html) > The ability to treat custom tags...