-
-
Notifications
You must be signed in to change notification settings - Fork 62.7k
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
docs(contributing): Homogenize format across translated files #6625
Merged
eshellman
merged 43 commits into
EbookFoundation:main
from
davorpa:davorpa/docs/contributing/sync/1
Feb 3, 2022
Merged
docs(contributing): Homogenize format across translated files #6625
eshellman
merged 43 commits into
EbookFoundation:main
from
davorpa:davorpa/docs/contributing/sync/1
Feb 3, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
forgotten in previous commit: e83220a
... there where an anchor alias `<a name="...">` is used near to each of those list items This solves markdownlint `MD032/blanks-around-lists` issue
- Format using fenced style. - Well indent in those placed inside list enumerations. - Simulate `Good` - `Bad` monospace double colon indent inside each one. - Examples highlighting as `text-plain`. The `md, markdown` style doesn't work very well since blocks has mixed syntax. - `check_urls` code block highlighted as `properties` style (key-value pair). Solves markdownlint rules: - MD040/fenced-code-language: Fenced code blocks should have a language specified - MD046/code-block-style: Code block style [Expected: indented; Actual: fenced]
Forgotten in commit: 31c776c
- Simulate `Good` - `Bad` monospace double colon indent inside each one. Revert commit f9dc719 only in this file after check non-needs in a deployed web snapshot
Solves markdownlint rules: MD004/ul-style: Unordered list style "consistent"
markdownlint rules: MD037/no-space-in-emphasis: Spaces inside emphasis MD038/no-space-in-code: Spaces inside code span elements MD039/no-space-in-links: Spaces inside link text
It apply the hack to highlight in IDE/Editors those headings with an anchor alias just before itself
Resolves EbookFoundation@d775cb3#commitcomment-59537594 EbookFoundation#5831: `:en:` emoji flag markup doesn't work. Use `:us:` :us: or `:gb:` :gb: EbookFoundation@d775cb3#diff-b35eb40c148657d4ea1361c44496e11c5625f484a4c6040c022770e88cbcfdccR8-R10
- `et al.` - File extensions `.md` - Protocols: `http`, `https`... - Notes: LeanPub, require email, StackOverflow, in process, archived trailing dots in that lines
9 tasks
davorpa
added
the
waiting for changes
PR has been reviewed and changes/suggestions requested
label
Jan 29, 2022
one conflict left |
davorpa
added
conflicts
Conflict(s) need to be resolved
and removed
waiting for changes
PR has been reviewed and changes/suggestions requested
labels
Jan 31, 2022
…g/sync/1 fix(docs): Use Kramdown processor (EbookFoundation#6677) * Update _config.yml * add markdown="1" * update url * complete removing spaces? * explicitly use kramdown (cherry picked from commit de2f319)
#6677 merged, so conflict solved 😜 |
9 tasks
davorpa
added
🗣️ locale:de
Resources addressing "German / Deutsch" language
🗣️ locale:el
Resources addressing "Greek / Hellenic / ελληνικά" language
🗣️ locale:en
Resources addressing "English" language
🗣️ locale:es
Resources addressing "Spanish / español" language
🗣️ locale:fa_IR
Resources addressing "Persian / Farsi (Iran) / فارسى" language
🗣️ locale:fil
Resources addressing "Filipino" language
🗣️ locale:fr
Resources addressing "French / français" language
🗣️ locale:id
Resources addressing "Indonesian" language
🗣️ locale:it
Resources addressing "Italian / italiano" language
🗣️ locale:ko
Resources addressing "Korean / 한국어 [韓國語]" language
🗣️ locale:pt
Resources addressing "Portuguese / Brazilian" language
🗣️ locale:ru
Resources addressing "Russian / Русский язык" language
🗣️ locale:vi
Resources addressing "Vietnamese / Tiếng Việt" language
🗣️ locale:zh
Resources addressing "Chinese" language
labels
Feb 22, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
question
Needs clarification by involved users / reviewers
🗣️ locale:de
Resources addressing "German / Deutsch" language
🗣️ locale:el
Resources addressing "Greek / Hellenic / ελληνικά" language
🗣️ locale:en
Resources addressing "English" language
🗣️ locale:es
Resources addressing "Spanish / español" language
🗣️ locale:fa_IR
Resources addressing "Persian / Farsi (Iran) / فارسى" language
🗣️ locale:fil
Resources addressing "Filipino" language
🗣️ locale:fr
Resources addressing "French / français" language
🗣️ locale:id
Resources addressing "Indonesian" language
🗣️ locale:it
Resources addressing "Italian / italiano" language
🗣️ locale:ko
Resources addressing "Korean / 한국어 [韓國語]" language
🗣️ locale:pt
Resources addressing "Portuguese / Brazilian" language
🗣️ locale:ru
Resources addressing "Russian / Русский язык" language
🗣️ locale:vi
Resources addressing "Vietnamese / Tiếng Việt" language
🗣️ locale:zh
Resources addressing "Chinese" language
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Improve repo
2-1
empty lines fpb-lint rule<a name="" ...
to inside list items. Fixes:MD032/blanks-around-lists
4-spaces
indentation according to.editorconfig
paramMD040/fenced-code-language
,MD046/code-block-style
-
. Fixes:MD004/ul-style
MD037/no-space-in-emphasis
,MD038/no-space-in-code
,MD039/no-space-in-links
Git
,GitHub
,YouTube
,Leanpub
trademarks TyposPull Request (PR)
&ISBN
acronymElivreFoundation
&free-programming-livres
literals in FR translation: e66d3a6GHP preview URL: https://davorpa.github.io/free-programming-books/
Checklist:
Follow-up