Skip to content

Commit

Permalink
add more md elements
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Oct 27, 2023
1 parent dd2b6c2 commit 6ce72af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/SelectionScraper/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import _ from 'underscore';
import Str from 'expensify-common/lib/str';
import CONST from '../../CONST';

const markdownElements = ['h1', 'strong', 'em', 'del', 'blockquote', 'code', 'pre', 'a', 'br', 'li', 'ul', 'ol', 'b', 'i', 's'];
const markdownElements = ['h1', 'strong', 'em', 'del', 'blockquote', 'q', 'code', 'pre', 'a', 'br', 'li', 'ul', 'ol', 'b', 'i', 's'];
const tagAttribute = 'data-testid';

/**
Expand Down

0 comments on commit 6ce72af

Please sign in to comment.