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 youknowriad committed Mar 6, 2019
1 parent 18e0a77 commit 137a018
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 137a018

Please sign in to comment.