Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Convert all top .html to .md #343

Closed
wants to merge 8 commits into from

Commits on Jul 11, 2022

  1. Convert all top .html to .md

    Pandoc makes this really easy:
    
        pandoc -f html -t markdown -o index.html index.md
    
    Only very minute small manual adjustments are needed afterwards.
    
    Partial fix of #324
    levitte committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    9da6877 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0af5e4f View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Configuration menu
    Copy the full SHA
    ca778d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e11c7ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d752ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36ab143 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    46e90b2 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    dbc2af5 View commit details
    Browse the repository at this point in the history