-
Notifications
You must be signed in to change notification settings - Fork 320
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
use GitHub Flavored Markdown #526
Comments
👍 As a side note on your second point it also makes sense to me to have both site have the same production environment. This would make errors easier to reason about and easier to fix. |
👍 Agree! |
Hey, do you still need help here? if yes can you please brief me what needs to be done here? thanks |
@muskan3006 Looking at Lines 7 to 8 in 2c1afd5
it doesn't say markdown: kramdown
kramdown:
input: GFM so I think we still need help on this task. Here's what is likely needed. step 1Follow readme (https://github.com/scala/scala-lang) to setup a local environment to build scala-lang.org using the exact version of Jekyll etc. step 2Change kramdown:
input: GFM step 3Manually go through the pages to see if the rendering looks different from https://scala-lang.org/, and fix them appropriately. If there's no one-to-one feature available for some reason, let us know here. |
@muskan3006 that'd be awesome! I agree with Eugene's assessment. |
@eed3si9n thanks for briefing, I'll have a look soon |
over at https://github.com/scala/scala.github.com/blob/master/_config.yml we have:
it would be great to standardize on the same thing here. for multiple reasons:
The text was updated successfully, but these errors were encountered: