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

Support for markdown in standalone pages #1110

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Apr 15, 2024

  1. Markdown to ocamldoc: Add support for commonmark

    Co-authored-by: Daniel Bünzli <[email protected]>
    Signed-off-by: Paul-Elliot <[email protected]>
    panglesd and dbuenzli committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    ffad4fe View commit details
    Browse the repository at this point in the history
  2. Add support for ocamldoc references

    Co-authored-by: Daniel Bünzli <[email protected]>
    Signed-off-by: Paul-Elliot <[email protected]>
    panglesd and dbuenzli committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    2306413 View commit details
    Browse the repository at this point in the history
  3. Markdown to ocamldoc: Add support for math

    Signed-off-by: Paul-Elliot <[email protected]>
    panglesd committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    ba73c8c View commit details
    Browse the repository at this point in the history
  4. Markdown to ocamldoc: add support for tables

    Signed-off-by: Paul-Elliot <[email protected]>
    panglesd committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    c2d6b36 View commit details
    Browse the repository at this point in the history
  5. Markdow to ocamldoc: Add support for heading labels

    Co-authored-by: Daniel Bünzli <[email protected]>
    Signed-off-by: Paul-Elliot <[email protected]>
    panglesd and dbuenzli committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    937e19f View commit details
    Browse the repository at this point in the history
  6. add cmarkit dependency

    Signed-off-by: Paul-Elliot <[email protected]>
    panglesd committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    a2f44ca View commit details
    Browse the repository at this point in the history
  7. Markdown to ocamldoc: add dbuenzli's page on ocamlmark.

    This is meant to form a basis for documentation
    
    Co-authored-by: Daniel Bünzli <[email protected]>
    Signed-off-by: Paul-Elliot <[email protected]>
    panglesd and dbuenzli committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    01b7776 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e8fd0cb View commit details
    Browse the repository at this point in the history
  9. Markdown: move translation to its own library

    This will be useful if we also want a converter ocamldoc to markdown, eg to
    upstream the ocamllsp translation.
    
    Signed-off-by: Paul-Elliot <[email protected]>
    panglesd committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    552f197 View commit details
    Browse the repository at this point in the history