Skip to content

Commit

Permalink
Merge pull request #102 from dorobila/bugfix/demo-website-autoEscape
Browse files Browse the repository at this point in the history
fix: set autoEscape to true on demo website
  • Loading branch information
bvaughn authored Sep 28, 2024
2 parents 0f030ab + 4e7a12e commit 7335d26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Highlighter.example.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export default class HighlighterExample extends Component {
<Highlighter
activeClassName={styles.Active}
activeIndex={activeIndex}
autoEscape={true}
caseSensitive={caseSensitive}
highlightClassName={styles.Highlight}
highlightStyle={{ fontWeight: 'normal' }}
Expand Down

0 comments on commit 7335d26

Please sign in to comment.