Skip to content

Commit

Permalink
fix: no markdown support for underline requarks#2072
Browse files Browse the repository at this point in the history
  • Loading branch information
regevbr committed Jun 18, 2020
1 parent b323703 commit 0365fc9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions server/modules/rendering/markdown-core/definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,19 @@ props:
hint: Enable some language-neutral replacement + quotes beautification
order: 4
public: true
underline:
type: Boolean
default: false
title: Underline Support
hint: Enable underline by using ++underline++
order: 5
public: true
quotes:
type: String
default: English
title: Quotes style
hint: When typographer is enabled. Double + single quotes replacement pairs. e.g. «»„“ for Russian, „“‚‘ for German, etc.
order: 5
order: 6
enum:
- Chinese
- English
Expand All @@ -54,10 +61,3 @@ props:
- Spanish
- Swedish
public: true
underline:
type: Boolean
default: false
title: Underline Support
hint: Enable underline by using ++underline++
order: 6
public: true

0 comments on commit 0365fc9

Please sign in to comment.