-
-
Notifications
You must be signed in to change notification settings - Fork 656
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
feat: support markdown excerpt #250
Conversation
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Renovate Bot <[email protected]>
* fix(lib): use compound sort * fix(lib): plugin sends sorts in wrong order * test: add with multiple sorts
Co-authored-by: Renovate Bot <[email protected]>
* docs: update github link to dev branch * Properly handle anchor tags without href fields (#230) * chore(deps): update dependency @nuxt/static to ^0.0.12 (#234) Co-authored-by: Renovate Bot <[email protected]> * chore(deps): update devdependency sass-loader to ^9.0.2 (#235) Co-authored-by: Renovate Bot <[email protected]> * fix: use compound sort (#238) * fix(lib): use compound sort * fix(lib): plugin sends sorts in wrong order * test: add with multiple sorts * chore(deps): update dependency @nuxt/static to v1 (#242) Co-authored-by: Renovate Bot <[email protected]> * chore: add content:ready hook (#243) * translate configuration.md into japanese * add playground.md in ja * add integrations.md in ja * add examples.md in ja * edit fetching.md * translate wriging.md in ja * update theme.md front matter in ja * translate advanced.md in ja * fix a bit * edit front matter * add translation Co-authored-by: Benjamin Canac <[email protected]> Co-authored-by: Philip E Blair <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Renovate Bot <[email protected]>
Codecov Report
@@ Coverage Diff @@
## dev #250 +/- ##
==========================================
- Coverage 89.56% 89.31% -0.25%
==========================================
Files 15 15
Lines 527 543 +16
Branches 107 112 +5
==========================================
+ Hits 472 485 +13
- Misses 48 51 +3
Partials 7 7
Continue to review full report at Codecov.
|
8adaeb2
to
d36a9e8
Compare
It appears this feature is not in Any reason why? Would be ideal to support this. I'll open up a Pull Request if needed. |
I opened a Pull request #607 that re-introduces this feature. |
Support Markdown excerpt.
Types of changes
Description
Checklist: