Skip to content

Commit

Permalink
chore(defines): remove default in substitutions
Browse files Browse the repository at this point in the history
  • Loading branch information
Novout committed May 5, 2022
1 parent 3e59289 commit 838fa22
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions packages/better-write-app/src/use/defines.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {
ProjectStateTemplatesSubstitutionsBold,
} from 'better-write-types'
import i18n from '@/lang'
import { html } from './raw'

export const useDefines = () => {
const { t } = i18n.global
Expand Down Expand Up @@ -254,16 +253,6 @@ export const useDefines = () => {
old: '[[c/o]]',
new: '℅',
},
{
active: true,
old: '<b>',
new: html().bold().open(),
},
{
active: true,
old: '</b>',
new: html().bold().close(),
},
{
active: true,
old: '&nbsp',
Expand Down

0 comments on commit 838fa22

Please sign in to comment.