Fix for [Object] problem with certain designs
This commit is contained in:
parent
92043afb9c
commit
f472950ed0
2 changed files with 0 additions and 4 deletions
|
|
@ -31773,8 +31773,6 @@ NINJA.processItem = function(item, section) {
|
|||
|
||||
NINJA.parseMarkdownText = function(val, groupText)
|
||||
{
|
||||
val = val + "\n";
|
||||
|
||||
var rules = [
|
||||
['\\\*\\\*(\\\w.+?)\\\*\\\*', {'bold': true}], // **value**
|
||||
['\\\*(\\\w.+?)\\\*', {'italics': true}], // *value*
|
||||
|
|
|
|||
|
|
@ -737,8 +737,6 @@ NINJA.processItem = function(item, section) {
|
|||
|
||||
NINJA.parseMarkdownText = function(val, groupText)
|
||||
{
|
||||
val = val + "\n";
|
||||
|
||||
var rules = [
|
||||
['\\\*\\\*(\\\w.+?)\\\*\\\*', {'bold': true}], // **value**
|
||||
['\\\*(\\\w.+?)\\\*', {'italics': true}], // *value*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue