We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently we use the code snippet as below to zoom the image
<p align="center"> <img src="https://raw.githubusercontent.com/byzer-org/byzer-doc/main/kolo-lang/zh-cn/introduction/images/register.png" alt="name" width="800"/> </p>
it uses the image absolute path in github.
But in china, the network can not access the githubusercontent, we need to find another way
The text was updated successfully, but these errors were encountered:
byzer-org#54, change the path of image to optimize the access
2973c4d
#54, change the path of image to optimize the access (#55)
ac975a0
byzer-org#54, change pic path
7e67e0a
#54, change pic path (#56)
1a074cd
No branches or pull requests
Currently we use the code snippet as below to zoom the image
it uses the image absolute path in github.
But in china, the network can not access the githubusercontent, we need to find another way
The text was updated successfully, but these errors were encountered: