egoist / docute

📚 Effortless documentation, done right.
https://docute.egoist.dev
MIT License
3.8k stars 427 forks source link

Tabs in markdown #234

Open egoist opened 5 years ago

egoist commented 5 years ago

Issuehunt badges

Use case:

屏幕快照 2019-06-08 下午7 00 47
IssueHunt Summary ### Sponsors (Total: $100.00) - [issuehunt issuehunt](https://issuehunt.io/u/issuehunt) ($100.00) #### [Become a sponsor now!](https://issuehunt.io/r/egoist/docute/issues/234) #### [Or submit a pull request to get the deposits!](https://issuehunt.io/r/egoist/docute/issues/234) ### Tips - Checkout the [Issuehunt explorer](https://issuehunt.io/r/egoist/docute/) to discover more funded issues. - Need some help from other developers? [Add your repositories](https://issuehunt.io/r/new) on IssueHunt to raise funds.
egoist commented 5 years ago

We can use this: https://github.com/egoist/vue-slim-tabs

IssueHuntBot commented 5 years ago

@issuehunt has funded $100.00 to this issue.


janat08 commented 5 years ago

The vue expression gets escaped once you include code blocks as per the escaping rules.

janat08 commented 5 years ago

as in if you pass in ```js 1+1 ``` as body of tab then the component call becomes broken.

janat08 commented 4 years ago

@egoist please merge, its been half a year