Mike Marynowski

Results 38 comments of Mike Marynowski

I don't know if this is helpful at all, but have you heard of [Harmony](https://github.com/pardeike/Harmony)? I wonder if this could be used as a way of implementing the sealed method...

@workgroupengineering Interesting approach, I like some aspects of this more than the fallback font approach I was taking as I was working on this as well. I believe this also...

I figured putting something this into a `toc.extension.js` file in the root of my template would do it but it doesn't seem to work: ```js exports.preTransform = function (model) {...

Okay...I figured out the problem...the memberpage plugin overrides `toc.html.js` and it does not call `preTransform` / `postTransform` in `toc.extension.js`. Hmmm...not sure the best way to go about this now. Why...

docs.microsoft.com breaks after so I just followed suit.

Not gonna lie....I kinda like it before though: ![image](https://user-images.githubusercontent.com/1700111/155880631-af84504f-c8cc-4547-a16c-957af1427748.png) Aligns better with how things like multiline LINQ chains usually have a dot in front of each line.

For comparison: ![image](https://user-images.githubusercontent.com/1700111/155880702-7076a35f-3d4e-45ab-a9cd-a725ce49bfb5.png)

I think what I ultimately want is memberpage not to break `toc.extension.js` so that I can pre/post-process items myself on top of what memberpage does. There are other things I...

This is desperately needed.