docling-project / docling-project/docling-core

Ensure that special markdown characters are properly escaped

Open
#61 0 comments 0 reactions 2 assignees Claimed by @maxmnemonic View on GitHub
Dominant language
HTML
Stars
282
Forks
214
Avg merge
2d 15h
Merged PRs (30d)
21

Description

Following the work [here](https://github.com/mattcone/markdown-guide/blob/master/_basic-syntax/escaping-characters.md), we need to ensure that we properly escape all special markdown characters in markdown.

### Characters You Can Escape

You can use a backslash to escape the following characters.



Character
Name




\
backslash


`
backtick (see also escaping backticks in code)


*
asterisk


_
underscore


{ }
curly braces


[ ]
brackets


< >
angle brackets


( )
parentheses


#
pound sign


+
plus sign


-
minus sign (hyphen)


.
dot


!
exclamation mark


|
pipe (see also escaping pipe in tables)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.