Katie Liu

Results 3 issues of Katie Liu

Running `node ./benchmark/benchmark.js` as instructed in [CONTRIBUTING.md](https://github.com/markdown-it/markdown-it/blob/master/CONTRIBUTING.md) See comments thread in [PR#971](https://github.com/markdown-it/markdown-it/pull/971) for more details on this issue. Error: ![image](https://github.com/markdown-it/markdown-it/assets/98062538/5ff68525-66d3-4472-9f48-0275b875e5bd)

### Steps to reproduce this issue: 1. Start the server and open the products page http://localhost:8080/admin/products 2. Login with valid admin username and password. 3. Click Update button beside any...

Closes #48 ### Problem: products page update button does not work ### Cause: - when the update button in products page is clicked, it triggers `updateproduct()` in `AdminController.java` - updateproduct()...