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

markdown preview creates links missed by live site #14

Open
TomGoBravo opened this issue Apr 16, 2019 · 0 comments
Open

markdown preview creates links missed by live site #14

TomGoBravo opened this issue Apr 16, 2019 · 0 comments

Comments

@TomGoBravo
Copy link
Owner

TomGoBravo commented Apr 16, 2019

When editing the content of a page in the admin interface a bare URL (text such as http://..../path) is displayed as a live link in the preview but when the same content appears on a page of the site the URL is shown as plain text (no underline, blue or link). The fix is putting angle brackets around the link (change the text to <http://...../path>). Hint for this found at https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#links

Fix is making sure preview and site use the same markdown language.

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

1 participant