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
Text links are correctly rendered in the preview. But the published version shows like this:
Deployed through docker:
image: hackmdio/hackmd:2.4.2-cjk environment: - CMD_USECDN=true - CMD_ALLOW_PDF_EXPORT=true - CMD_DOMAIN=*** - CMD_AUTO_VERSION_CHECK=false - CMD_ALLOW_ANONYMOUS=false - CMD_ALLOW_ANONYMOUS_EDITS=false - CMD_ALLOW_ANONYMOUSE_VIEWS=true - CMD_DEFAULT_PERMISSION=private - CMD_EMAIL=false - CMD_ALLOW_EMAIL_REGISTER=false - CMD_GITHUB_CLIENTID=*** - CMD_GITHUB_CLIENTSECRET=*** - CMD_PROTOCOL_USESSL=true - CMD_ALLOW_ORIGIN=['***'] - CMD_CSP_ENABLE=true
The text was updated successfully, but these errors were encountered:
I think there is a syntax issue. There should be a space between [url]: and the url, like: [url]: https://xxx
[url]:
[url]: https://xxx
Sorry, something went wrong.
@jackycute Ah sorry the screenshot has a little mistake, but it's not related. Correct syntax behaves the same.
The built-in feature introduction looks like this, and you can see it's also glitched:
It seems that the syntax parser or something does not work properly on the published page.
No branches or pull requests
A test note:
Text links are correctly rendered in the preview.
But the published version shows like this:
Deployed through docker:
The text was updated successfully, but these errors were encountered: