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

GitHub style code blocks #69

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

Commits on May 7, 2015

  1. various fixes in server-side Markdown.OnQualifyUrl

    The logic that was used was different from the JS version; the JS
    version was more correct as just specifying UrlRootLocation would
    give proper results but would fail in the server-side version. In
    addition, a bug was fixed where the return value of QualifyUrl was
    being ignored.
    ashkulz committed May 7, 2015
    Configuration menu
    Copy the full SHA
    eba462d View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2016

  1. Changes

    Clean up: removed backup
    Moved everything to .NET 4.5
    Added GitHub style ``` codeblocks, using the 'GitHubMode' option. Any
    identifier specified is used as language specification in the code block
    in the html
    Added test for GitHub mode
    Removed js project's post build event as it failed anyway.
    FransBouma committed Feb 15, 2016
    Configuration menu
    Copy the full SHA
    a95a90c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from ashkulz/fix-qualify-url

    various fixes in server-side Markdown.OnQualifyUrl
    FransBouma committed Feb 15, 2016
    Configuration menu
    Copy the full SHA
    98453c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    320693b View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2016

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