mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-04 05:44:50 +00:00
[PR #152] [CLOSED] Normalize Bugfixes and extension of Unit Tests #837
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/xoofx/markdig/pull/152
Author: @tthiery
Created: 10/24/2017
Status: ❌ Closed
Base:
normalize← Head:normalize📝 Commits (10+)
9a98fb9Fix issue InvalidCastException with SmartyPants extension when using both a mdash with quotes.2c10ac5Update to latest specs4a146f0Bump to 0.7.1c6c2f58Add support for diagrams extension. wip with mermaid (issue #34)354f31bFix calculation of span for HTML entities9a18ca2Update readme.md26c6b12Merge pull request #35 from ChrisMissal/readme-changes05a2764Adding support for rel=nofollow in links673f4a4Avoid adding rel to images5400b30Fixing for renderer.EnableHtmlForInline case📊 Changes
166 files changed (+9970 additions, -3402 deletions)
View changed files
➕
.editorconfig(+38 -0)➕
appveyor.yml(+46 -0)📝
readme.md(+40 -26)📝
src/Markdig.Benchmarks/Markdig.Benchmarks.csproj(+1 -1)➖
src/Markdig.Benchmarks/Markdig.Benchmarks.nuget.targets(+0 -9)📝
src/Markdig.Benchmarks/Program.cs(+1 -1)📝
src/Markdig.Benchmarks/app.config(+1 -1)📝
src/Markdig.Benchmarks/project.json(+4 -4)📝
src/Markdig.Tests/Markdig.Tests.csproj(+15 -4)📝
src/Markdig.Tests/Specs/AbbreviationSpecs.md(+53 -0)➕
src/Markdig.Tests/Specs/AutoLinks.md(+78 -0)📝
src/Markdig.Tests/Specs/DefinitionListSpecs.md(+25 -0)➕
src/Markdig.Tests/Specs/DiagramsSpecs.md(+26 -0)📝
src/Markdig.Tests/Specs/EmojiSpecs.md(+21 -3)📝
src/Markdig.Tests/Specs/EmphasisExtraSpecs.md(+24 -0)📝
src/Markdig.Tests/Specs/GenericAttributesSpecs.md(+2 -2)📝
src/Markdig.Tests/Specs/GridTableSpecs.md(+105 -5)➕
src/Markdig.Tests/Specs/JiraLinks.md(+77 -0)📝
src/Markdig.Tests/Specs/ListExtraSpecs.md(+20 -2)📝
src/Markdig.Tests/Specs/MathSpecs.md(+52 -3)...and 80 more files
📄 Description
See attached the unit tests and bugfixes for the normalization renderer.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.