diff options
| author | bobzel <zzzman@gmail.com> | 2023-05-09 16:33:50 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-05-09 16:33:50 -0400 |
| commit | 719da9462f02fd3afda9b0b65de19de9405ab4fc (patch) | |
| tree | 37197f1f5ce8e7e5c858402e0a6b3f67d23afe57 /src/client/util/RTFMarkup.tsx | |
| parent | dbd531233ea7c10130976127361f84281026a308 (diff) | |
fixed exporting to work with collections that have no assets, and with ink documents. cleaned up some unused fields. added more explicit support for flashcards.
Diffstat (limited to 'src/client/util/RTFMarkup.tsx')
| -rw-r--r-- | src/client/util/RTFMarkup.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/RTFMarkup.tsx b/src/client/util/RTFMarkup.tsx index 69f62fc3f..247267710 100644 --- a/src/client/util/RTFMarkup.tsx +++ b/src/client/util/RTFMarkup.tsx @@ -92,7 +92,7 @@ export class RTFMarkup extends React.Component<{}> { {` creates an equation block for typeset math`} </p> <p> - <b style={{ fontSize: 'larger' }}>{`%alt `}</b> + <b style={{ fontSize: 'larger' }}>{`%/ `}</b> {` switch between primary and alternate text (see bottom right Button for hover options).`} </p> <p> |
