mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix for [Object] problem with certain designs
This commit is contained in:
parent
92043afb9c
commit
f472950ed0
@ -31773,8 +31773,6 @@ NINJA.processItem = function(item, section) {
|
|||||||
|
|
||||||
NINJA.parseMarkdownText = function(val, groupText)
|
NINJA.parseMarkdownText = function(val, groupText)
|
||||||
{
|
{
|
||||||
val = val + "\n";
|
|
||||||
|
|
||||||
var rules = [
|
var rules = [
|
||||||
['\\\*\\\*(\\\w.+?)\\\*\\\*', {'bold': true}], // **value**
|
['\\\*\\\*(\\\w.+?)\\\*\\\*', {'bold': true}], // **value**
|
||||||
['\\\*(\\\w.+?)\\\*', {'italics': true}], // *value*
|
['\\\*(\\\w.+?)\\\*', {'italics': true}], // *value*
|
||||||
|
@ -737,8 +737,6 @@ NINJA.processItem = function(item, section) {
|
|||||||
|
|
||||||
NINJA.parseMarkdownText = function(val, groupText)
|
NINJA.parseMarkdownText = function(val, groupText)
|
||||||
{
|
{
|
||||||
val = val + "\n";
|
|
||||||
|
|
||||||
var rules = [
|
var rules = [
|
||||||
['\\\*\\\*(\\\w.+?)\\\*\\\*', {'bold': true}], // **value**
|
['\\\*\\\*(\\\w.+?)\\\*\\\*', {'bold': true}], // **value**
|
||||||
['\\\*(\\\w.+?)\\\*', {'italics': true}], // *value*
|
['\\\*(\\\w.+?)\\\*', {'italics': true}], // *value*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user