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

Require markdown >= 1.3 and update usage #745

Merged
merged 6 commits into from
Nov 8, 2022

Commits on Oct 21, 2022

  1. Stop importing markdown::markdownExtensions()

    This function will be removed in a future version of **markdown**.
    yihui authored Oct 21, 2022
    Configuration menu
    Copy the full SHA
    06121b1 View commit details
    Browse the repository at this point in the history
  2. The extensions and fragment.only arguments will be removed, too

    using options = 'fragment_only` will be equivalent to `fragment.only = TRUE`
    yihui authored Oct 21, 2022
    Configuration menu
    Copy the full SHA
    913699c View commit details
    Browse the repository at this point in the history
  3. Update learnr-package.R

    [ci skip]
    yihui authored Oct 21, 2022
    Configuration menu
    Copy the full SHA
    cf0b9aa View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Configuration menu
    Copy the full SHA
    870d8fb View commit details
    Browse the repository at this point in the history
  2. require markdown >= 1.3, and call mark_html(options = '-standalone') …

    …instead of using the deprecated option `fragment_only` (the `mathjax` option is enabled by default, so no need to specify it)
    yihui committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    64bc0a6 View commit details
    Browse the repository at this point in the history
  3. add news

    yihui committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    f83e864 View commit details
    Browse the repository at this point in the history