mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
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/116
Author: @Backs
Created: 5/24/2017
Status: ❌ Closed
Base:
master← Head:master📝 Commits (4)
eaffb88#115 - fixcondition. before fix it's always false1c39991#115 - remove always true expression. endState changes from 0 to 1 only and does it on first iterationcdc5423#115 - remove unesed variable704f791#115 - remove check, because it's always false. NewBlocks.Count can not be more than 0, because before we checked for NewBlocks.Count == 0📊 Changes
4 files changed (+22 additions, -36 deletions)
View changed files
📝
src/Markdig/Helpers/HtmlHelper.cs(+7 -7)📝
src/Markdig/Helpers/LinkHelper.cs(+0 -5)📝
src/Markdig/Parsers/BlockProcessor.cs(+0 -6)📝
src/Markdig/Parsers/HeadingBlockParser.cs(+15 -18)📄 Description
I fixed some obvious errors, that were found by PVS
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.