Skip to content

Commit

Permalink
Reinstate "underline" in default formats list (#14008)
Browse files Browse the repository at this point in the history
  • Loading branch information
hypest authored and gziolo committed Feb 21, 2019
1 parent 10989f0 commit f5e15ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/format-library/src/default-formats.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { image } from './image';
import { italic } from './italic';
import { link } from './link';
import { strikethrough } from './strikethrough';
import { underline } from './underline';

export default [
bold,
Expand All @@ -15,4 +16,5 @@ export default [
italic,
link,
strikethrough,
underline,
];

0 comments on commit f5e15ae

Please sign in to comment.