소스 검색

Merge branch 'bug/3734-markdown-headings' into test/3715-xss-unit-tests

bubble
Owen Conti 7 년 전
부모
커밋
a5763a56cc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/core/components/providers/markdown.jsx

+ 1
- 1
src/core/components/providers/markdown.jsx 파일 보기

@@ -29,7 +29,7 @@ Markdown.propTypes = {
export default Markdown

const sanitizeOptions = {
allowedTags: sanitize.defaults.allowedTags.concat([ "img" ]),
allowedTags: sanitize.defaults.allowedTags.concat([ "h1", "h2", "img" ]),
textFilter: function(text) {
return text.replace(/"/g, "\"")
}


불러오는 중...
취소
저장