Closed techfg closed 7 months ago
There are a couple of issues present in a cross-platform (windows) environment:
links are not transformed correctly
npm install
npm run dev
Docs Index
href
Subdir Index
Subdir 1
Expected Result: URL should be /docs/subdir and /docs/subdir-1 respectively
/docs/subdir
/docs/subdir-1
Actual Result: URL is /docs\subdir/index and /docs\subdir/subdir-1 respectively
/docs\subdir/index
/docs\subdir/subdir-1
plugin tests fail
npm run test
Expected Result: Tests pass
Actual Result: tests fail
Released in v0.12.1. Thanks!
There are a couple of issues present in a cross-platform (windows) environment:
Steps to reproduce
links are not transformed correctly
npm install
npm run dev
Docs Index
Linkhref
using dev tools forSubdir Index
&Subdir 1
anchor elementsExpected Result: URL should be
/docs/subdir
and/docs/subdir-1
respectivelyActual Result: URL is
/docs\subdir/index
and/docs\subdir/subdir-1
respectivelySteps to reproduce
plugin tests fail
npm install
npm run test
Expected Result: Tests pass
Actual Result: tests fail