mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-03 10:32:39 +00:00
Remove backticks from splitTable
This commit is contained in:
@@ -240,30 +240,25 @@ module.exports = [
|
|||||||
{
|
{
|
||||||
name : 'Split Table',
|
name : 'Split Table',
|
||||||
icon : 'fas fa-th-large',
|
icon : 'fas fa-th-large',
|
||||||
gen : function(){
|
gen : dedent`\n
|
||||||
return [
|
<div style='column-count:2'>
|
||||||
'<div style=\'column-count:2\'>',
|
| d10 | Damage Type |
|
||||||
'| d10 | Damage Type |',
|
|:---:|:------------|
|
||||||
'|:---:|:------------|',
|
| 1 | Acid |
|
||||||
'| 1 | Acid |',
|
| 2 | Cold |
|
||||||
'| 2 | Cold |',
|
| 3 | Fire |
|
||||||
'| 3 | Fire |',
|
| 4 | Force |
|
||||||
'| 4 | Force |',
|
| 5 | Lightning |
|
||||||
'| 5 | Lightning |',
|
|
||||||
'',
|
| d10 | Damage Type |
|
||||||
'```',
|
|:---:|:------------|
|
||||||
'```',
|
| 6 | Necrotic |
|
||||||
'',
|
| 7 | Poison |
|
||||||
'| d10 | Damage Type |',
|
| 8 | Psychic |
|
||||||
'|:---:|:------------|',
|
| 9 | Radiant |
|
||||||
'| 6 | Necrotic |',
|
| 10 | Thunder |
|
||||||
'| 7 | Poison |',
|
</div>
|
||||||
'| 8 | Psychic |',
|
\n`
|
||||||
'| 9 | Radiant |',
|
|
||||||
'| 10 | Thunder |',
|
|
||||||
'</div>\n\n',
|
|
||||||
].join('\n');
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user