-
-
Notifications
You must be signed in to change notification settings - Fork 427
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tabs #243
base: master
Are you sure you want to change the base?
tabs #243
Conversation
I fixed markdown not working. |
Please merge and reward |
@egoist wouldn't mind just the bounty, pr review whenever you feel like it. It's been half a year. |
Sorry for the late reply, I think declaring tabs like this would be better: <tabs>
<tab title="JavaScript">
```js
const a = 'b'
```
</tab>
</tabs> |
You don't think mentioning it earlier would've been better. I've implemented the extra tab options off the existing ones. If you like you can create a separate issue for that, and just work off my pr. I don't think I ever got paid for any of PRs I created on your repositories. |
#234