(stream, state)
| 47 | }; |
| 48 | |
| 49 | function startNewLine(stream, state) { |
| 50 | state.mode = Modes.newLayout; |
| 51 | state.tableHeading = false; |
| 52 | |
| 53 | if (state.layoutType === "definitionList" && state.spanningLayout && |
| 54 | stream.match(RE("definitionListEnd"), false)) |
| 55 | state.spanningLayout = false; |
| 56 | } |
| 57 | |
| 58 | function handlePhraseModifier(stream, state, ch) { |
| 59 | if (ch === "_") { |