mirror of
https://github.com/writeas/writefreely
synced 2025-02-08 00:18:44 +01:00
Previously, when editing a post with an unordered list in it via the Classic editor, backslashes (\) would get added to the end of each list item. This fixes that. Closes #480
Building
- Run
npm install
to download dependencies. - Run
npm run-script build
to build a production script in../static/js/
or runnpm run develop
to build and watch for changes. You can useprose.html
to test your development changes. - Manually copy the file
prose.bundle.js
tostatic/js/
. To be automated