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

Make preparations for switching to markdown-generated HTML #41

Open
wants to merge 27 commits into
base: main
Choose a base branch
from

Commits on Mar 20, 2023

  1. Fix unmatched paragraph tags

    Gregory Cox committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    5c6089f View commit details
    Browse the repository at this point in the history
  2. Capitalize Higher Order Functions title consistently

    Gregory Cox committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    d7fde6e View commit details
    Browse the repository at this point in the history
  3. Change apostrophes in text to curved closing quotes

    Gregory Cox committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    143f05c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    336356e View commit details
    Browse the repository at this point in the history
  5. Write em dash as a single character in html

    Gregory Cox committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    150ee66 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    778b0d0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dc9ac90 View commit details
    Browse the repository at this point in the history
  8. Replace double quotes with " in code blocks

    Gregory Cox committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    5e065a3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    51249bf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0216c2a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    501c167 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2d7ac45 View commit details
    Browse the repository at this point in the history
  13. Change <a name...> anchors to id attributes on h2 tags

    Gregory Cox committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    4251b94 View commit details
    Browse the repository at this point in the history
  14. Add id attributes to heading tags that do not have them

    Gregory Cox committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    6b4fe39 View commit details
    Browse the repository at this point in the history
  15. Change order of attributes in img tags

    Gregory Cox committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    571b3ac View commit details
    Browse the repository at this point in the history
  16. Delete px from img tag width and height attributes

    Gregory Cox committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    af2552c View commit details
    Browse the repository at this point in the history
  17. Replace newline with space in img alt attributes

    Gregory Cox committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    c84190a View commit details
    Browse the repository at this point in the history
  18. Change license link rel attribute from nofollow to license and adjust…

    … its position
    Gregory Cox committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    1c5b1a0 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    02209b5 View commit details
    Browse the repository at this point in the history
  20. Change HTML chapter list to match markdown: remove enclosing paragrap…

    …h and add type attribute
    Gregory Cox committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    e1a6952 View commit details
    Browse the repository at this point in the history
  21. Add upper margin to chapter list to restore the spacing from the remo…

    …ved <p> tag
    Gregory Cox committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    e4771d8 View commit details
    Browse the repository at this point in the history
  22. Change <b> and <em> tags to <strong> in HTML

    Gregory Cox committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    8565206 View commit details
    Browse the repository at this point in the history
  23. Change <i> tags to <em> in HTML

    Gregory Cox committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    acf0b8a View commit details
    Browse the repository at this point in the history
  24. Change hintbox tag from <p> to <div> in one location

    Gregory Cox committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    469256b View commit details
    Browse the repository at this point in the history
  25. Put <p> tag around contents of hintboxes

    Gregory Cox committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    11f0e05 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    b403b15 View commit details
    Browse the repository at this point in the history
  27. Do all remaining changes to replace existing HTML with markdown-gener…

    …ated HTML
    Gregory Cox committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    14e504c View commit details
    Browse the repository at this point in the history