Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with [ #8

Open
ancsing opened this issue Mar 19, 2018 · 1 comment
Open

Problems with [ #8

ancsing opened this issue Mar 19, 2018 · 1 comment

Comments

@ancsing
Copy link

ancsing commented Mar 19, 2018

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!

@JimLiu
Copy link
Owner

JimLiu commented Mar 20, 2018

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants