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

exercises: docs: change admonitions to use 4 tildes again #337

Merged
merged 1 commit into from
Sep 21, 2023

Conversation

ee7
Copy link
Member

@ee7 ee7 commented Sep 21, 2023

Commit 3eed72b changed admonitions to use 3 backticks while reflecting a commit in problem-specifications, but problem-specfications is reverting that change to admonitions (coming in exercism/problem-specifications#2327).


Commit the result of running:

git ls-files 'exercises/practice/*/.docs/*.md' | xargs sed -i 's_```exercism/_~~~~exercism/_g'

With this PR, there are no more backtick admonitions in this repo:

$ git rev-parse --short HEAD
1878722
$ git grep '```exercism' || echo none
none

A recent commit [1] changed these to 3 backticks to reflect a change in
problem-specifications, but problem-specfications is reverting that.

[1] 3eed72b, 2023-09-19, "exercises: sync docs for 13 exercises"
@ErikSchierboom
Copy link
Member

I will bulk PR this too, but you're quicker than I am :)

@ee7 ee7 merged commit 3369e5e into exercism:main Sep 21, 2023
7 checks passed
@ee7 ee7 deleted the exercises-docs-tilde-admonitions branch September 21, 2023 13:13
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

Successfully merging this pull request may close these issues.

2 participants