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
Part of the problem with the current way in which we're using tabbed panes is that the tools don't know that the content of a tab is code. Consequently we are forced to add checker and linter directives like <!-- markdownlint-disable -->, <!-- prettier-ignore-start -->, etc., for each checker and linter.
I propose that we use code-block fences inside tabs. Here's an illustration of what I mean:
Part of the problem with the current way in which we're using tabbed panes is that the tools don't know that the content of a
tab
is code. Consequently we are forced to add checker and linter directives like<!-- markdownlint-disable -->
,<!-- prettier-ignore-start -->
, etc., for each checker and linter.I propose that we use code-block fences inside tabs. Here's an illustration of what I mean:
Tasks
The text was updated successfully, but these errors were encountered: