You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of using a real Task class to test our markdown generation we need to create a TestClass that will implement every annotation possible so the markdown generated is the most complex one and then we can ensure everything is generated correctly.
Also this way there won't be anymore side effect on this test when the currently plugin used is modified.