mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Revert "fix: Parse style param optionally in webseq"
This reverts commit 580233fb715fdf141adb3ea0920c143327720ef7.
This commit is contained in:
parent
8cfb2c81a6
commit
4e4893352f
1 changed files with 2 additions and 3 deletions
|
|
@ -75,9 +75,8 @@ public class PegdownWebSequencelPlugin extends Parser implements BlockPluginPars
|
|||
|
||||
return NodeSequence(
|
||||
startMarker(),
|
||||
Optional(
|
||||
String("style="),
|
||||
Sequence(OneOrMore(Letter()), style.append(match()), Spn1())),
|
||||
String("style="),
|
||||
Sequence(OneOrMore(Letter()), style.append(match()), Spn1()),
|
||||
Sequence(body(), body.append(match())),
|
||||
endMarker(),
|
||||
push(
|
||||
|
|
|
|||
Loading…
Reference in a new issue