1
0
mirror of https://github.com/writeas/writefreely synced 2025-02-08 00:18:44 +01:00
Matt Baer de5e91cb71 Fix trailing backslash on lists in Classic editor
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
2021-06-29 13:07:10 -04:00
..
2020-03-10 15:11:32 -07:00
2021-01-08 01:41:36 +01:00
2021-03-03 16:39:29 -05:00
2021-01-08 00:33:35 +01:00
2021-01-08 00:33:35 +01:00

Building

  • Run npm install to download dependencies.
  • Run npm run-script build to build a production script in ../static/js/ or run npm run develop to build and watch for changes. You can use prose.html to test your development changes.
  • Manually copy the file prose.bundle.js to static/js/. To be automated