bbcode-to-react icon indicating copy to clipboard operation
bbcode-to-react copied to clipboard

Problems with [

Open ancsing opened this issue 6 years ago • 1 comments

Hi, thanks for this great library! We are using it sometimes for mathematical equations, when characters like [ is needed. However the parser then fails, and reports bad results like [b][[/b] becomes bold [[/b] instead of simply bold [. I tried to figure out how to run your repo, however somehow the readme mentions webpack dev server, but it just builds on npm run. Also no idea how to run tonic-example. Thanks for your help and suggestions!

ancsing avatar Mar 19 '18 13:03 ancsing

@ancsing Sorry I have not run this project for a long time, I think if you you run

npm install
npm start

it should start a web server, then you can access it from http://localhost:8080/

BTW, I tried to write a new parser for it, but not released yet, you can find it from the v2 branch: https://github.com/JimLiu/bbcode-to-react/tree/v2

JimLiu avatar Mar 20 '18 06:03 JimLiu