diff options
Diffstat (limited to 'frontend/src/components/PasteInfo.js')
| -rw-r--r-- | frontend/src/components/PasteInfo.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/PasteInfo.js b/frontend/src/components/PasteInfo.js index 76d8859..8669b20 100644 --- a/frontend/src/components/PasteInfo.js +++ b/frontend/src/components/PasteInfo.js @@ -39,7 +39,7 @@ const PasteInfo = (props) => { const renderable = () => { const buttonTxt = props.isRenderMode ? 'text' : 'render' - if (props.lang === 'latex') { + if (props.lang === 'latex' || props.lang === 'markdown') { return ( <Button className="lt-shadow lt-hover" |