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

parser: add markdown support #3230

Merged
merged 35 commits into from
Dec 7, 2023
Merged

Commits on Nov 9, 2023

  1. first draft

    landam committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    4065d81 View commit details
    Browse the repository at this point in the history
  2. escape properly

    landam committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    b0ea6c7 View commit details
    Browse the repository at this point in the history
  3. fix default/options

    landam committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    b44bfa9 View commit details
    Browse the repository at this point in the history
  4. fix rst

    landam committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    0e6d0be View commit details
    Browse the repository at this point in the history
  5. add support for thumbnails

    landam committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    4e671e6 View commit details
    Browse the repository at this point in the history
  6. Update lib/gis/parser_rest_md.c

    Co-authored-by: Markus Neteler <neteler@osgeo.org>
    landam and neteler committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    d3893fe View commit details
    Browse the repository at this point in the history
  7. add utils/md_isvalid

    landam committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    8dff812 View commit details
    Browse the repository at this point in the history
  8. fix md syntax (WIP)

    landam committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    4262871 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    2edb9e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cc26e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. fix compilation error

    landam committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    fc3f30f View commit details
    Browse the repository at this point in the history
  2. use black

    landam committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    1206631 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. md_valid: use gs.tempfile()

    landam committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    99514e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e82e57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e729cf2 View commit details
    Browse the repository at this point in the history
  4. solve MD026

    landam committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    0229d24 View commit details
    Browse the repository at this point in the history
  5. md_isvalid: exit on failure

    landam committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    ae10e36 View commit details
    Browse the repository at this point in the history
  6. synopsis: fix MD013

    landam committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    5e4af8e View commit details
    Browse the repository at this point in the history
  7. remove extra whitespaces

    landam committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    40590ea View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aa64825 View commit details
    Browse the repository at this point in the history
  9. revert d.rgb changes

    landam committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    12ac89f View commit details
    Browse the repository at this point in the history
  10. fix r.mapcalc descriptions

    landam committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    f4798c0 View commit details
    Browse the repository at this point in the history
  11. fix v.to.db descriptions

    landam committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    826cde8 View commit details
    Browse the repository at this point in the history
  12. various fixes (rules)

    landam committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    b3db119 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8731867 View commit details
    Browse the repository at this point in the history
  14. black applied

    landam committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    0a4406a View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. apply clang-format

    landam committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    10cfced View commit details
    Browse the repository at this point in the history
  2. fix syntax typo

    landam committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    cd70348 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7718bfd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    396476e View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    7677574 View commit details
    Browse the repository at this point in the history
  2. Update utils/md_isvalid.py: ruby installer

    Co-authored-by: Markus Neteler <neteler@osgeo.org>
    landam and neteler committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    41248c4 View commit details
    Browse the repository at this point in the history
  3. Update lib/gis/parser_rest_md.c: strip leading and trailing white spa…

    …ce from keyword string
    
    Co-authored-by: Markus Neteler <neteler@osgeo.org>
    landam and neteler committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    b67ba80 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9eceb6a View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

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