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
Add source (domain.ext) at the left of the date : By {source} on {date}. Example : "By alligator.io on March 24, 2020".
domain.ext
Regexp to use: (?P<domain>[a-z0-9][a-z0-9\-]{1,63}\.[a-z\.]{2,6})
(?P<domain>[a-z0-9][a-z0-9\-]{1,63}\.[a-z\.]{2,6})
The text was updated successfully, but these errors were encountered:
Creates Post fragment #1
203b31b
Adds source field via normalizer #1
301123c
33aed44
adds react-testing-library to codebase #1
4779a68
tests correct display of date and source #1
334dbb3
kaayru
Successfully merging a pull request may close this issue.
Add source (
domain.ext
) at the left of the date : By {source} on {date}.Example : "By alligator.io on March 24, 2020".
Regexp to use:
(?P<domain>[a-z0-9][a-z0-9\-]{1,63}\.[a-z\.]{2,6})
The text was updated successfully, but these errors were encountered: