Skip to content

Fix some typos#39

Merged
smith558 merged 3 commits into
learnyouahaskell:mainfrom
guntbert:main
Nov 5, 2022
Merged

Fix some typos#39
smith558 merged 3 commits into
learnyouahaskell:mainfrom
guntbert:main

Conversation

@guntbert
Copy link
Copy Markdown
Contributor

@guntbert guntbert commented Nov 4, 2022

No description provided.

According to `:t intercalate` the list comes first and the list of lists comes second.
@guntbert guntbert changed the title Fix a typo Fix two typos Nov 4, 2022
@guntbert guntbert changed the title Fix two typos Fix some typos Nov 4, 2022
missing 'if'
@smith558
Copy link
Copy Markdown
Member

smith558 commented Nov 5, 2022

Thank you for your contribution! 🙂

@smith558 smith558 merged commit 3b2fe0c into learnyouahaskell:main Nov 5, 2022
xogcox pushed a commit to xogcox/learnyouahaskell.github.io that referenced this pull request Nov 27, 2022
xogcox pushed a commit to xogcox/learnyouahaskell.github.io that referenced this pull request Feb 25, 2023
xogcox pushed a commit to xogcox/learnyouahaskell.github.io that referenced this pull request Feb 25, 2023
xogcox pushed a commit to xogcox/learnyouahaskell.github.io that referenced this pull request Mar 16, 2023
xogcox pushed a commit to xogcox/learnyouahaskell.github.io that referenced this pull request Mar 20, 2023
xogcox pushed a commit to xogcox/learnyouahaskell.github.io that referenced this pull request Mar 20, 2023
ulysses4ever added a commit that referenced this pull request Dec 17, 2025
* Fix unmatched paragraph tags

* Capitalize Higher Order Functions title consistently

* Change apostrophes in text to curved closing quotes

* Write ellipsis as ... in markdown and as single character in html

* Write em dash as a single character in html

* Adjust HTML whitespace to make automatic replacement easier

* Replace single quotes with ' in code blocks

* Replace double quotes with " in code blocks

* Change double quotes in HTML text to curved double quote characters

* Change " to literal double quote in inline code in 1 location

* Replace raw characters with entities (e.g. <) in code blocks

* Align use of no-break space U+00A0 and   in markdown and HTML

* Change <a name...> anchors to id attributes on h2 tags

* Add id attributes to heading tags that do not have them

* Change order of attributes in img tags

* Delete px from img tag width and height attributes

* Replace newline with space in img alt attributes

* Change license link rel attribute from nofollow to license and adjust its position

* Post-process pandoc output to add chapters class to chapter list

* Change HTML chapter list to match markdown: remove enclosing paragraph and add type attribute

* Add upper margin to chapter list to restore the spacing from the removed <p> tag

* Change <b> and <em> tags to <strong> in HTML

* Change <i> tags to <em> in HTML

* Change hintbox tag from <p> to <div> in one location

* Put <p> tag around contents of hintboxes

* Change <span> tags to <code> and adjust CSS for inline code

* Do all remaining changes to replace existing HTML with markdown-generated HTML

* add github pages workflow

Signed-off-by: Artem Pelenitsyn <a.pelenitsyn@gmail.com>

* CI: make github pages workflow regenerate HTML from Markdown

Removed duplicate checkout action in deploy workflow.

* change em -> strong on index.html to preserve original formatting

* fix formatting of an error message

* Adjust alignment of snippet

* Adjust style to make sure that inline snippet are line breakable (line
wrap)

* remove generated files (including docs/*.html except index), clean up generate.sh, add .gitignore & Makefile

* clean up assets: remove dup CSS, move top-level sh-scripts under sh/Scripts

* responsive design for mobile (manually cherry-pick 7c5423a from #64)

---------

Signed-off-by: Artem Pelenitsyn <a.pelenitsyn@gmail.com>
Co-authored-by: Gregory Cox <gcox_gcox@proton.me>
Co-authored-by: Pier-Luc Caron St-Pierre <pierluc.caronstpierre@gmail.com>
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