Breaking changes:
- Removing subtitle
Now will be parsed as subsection:
>>> Chapter Title > Chapter Subtitle
>>> Chapter Title > Subsection Title
Breaking changes:
- Highlight, from
==highlight==
to(=highlight=)
- Changes
- Added, from
=+added+=
to(+added+)
- Removed, from
=-added-=
to(-added-)
- Added, from
Breaking changes:
- Admonition, from
+ Note
to(!) Note
- Reference, from
& 12 Rules
to(&) 12 Rules
Breaking changes:
- Admonition, from
//Note//
to+ Note
- Reference, from
~~ & Book Title
to& Book Title
- Definition List, from
Term :: Description
toTerm = Description
New features:
- Added change,
=+added text+=
- Removed change,
=-removed text-=
- Document-break,
<<<
Breaking changes:
- Annotation, from
~~ key: value
to~~ key = value
- Footnote, from
^(description)
to^[description]
- Citation
- In-text, from
^[12 Rules]
to&[12 Rules]
- Reference, from
^[12 Rules]:
to~~ & 12 Rules
- In-text, from
- Highlight, from
=highlighted=
to==highlighted==
- Admonition, from
<Note>
to//Note//
- Date, from
<2024-01-12>
to+2024-01-12
- Date-time, from
<2024-01-12 10:00>
to+2024-01-12 10:00
- Time, from
<10:00>
to+10:00
- Line-break syntax: from
<<
into<
. - Page-break syntax: from
<<<
into<<
.
Breaking changes:
- Rename node from
Division
toHeading
- Rename none from
Style
toEmphasis
2024-04-13
New features:
- Underlined, denoted with
_underlined_
Breaking changes:
- Italic is new denoted with
/italic/
instead of_italic_
2024-04-01
New features:
- Each heading level is now children of sections
2024-03-23
Breaking changes:
- Indentation are removed
- Blockquote syntax using
tab
(previously indentation syntax) instead of/
2024-03-19
Breaking changes:
- Block view:
If the
View
is the only child of aParagraph
the view is promoted to block (TheParagraph
node is removed)
2024-03-18
Breaking changes:
- Moving from
C++11
toC++17
- Replacing homebrew template library with
stl
2024-03-13
New features:
-
Highlight: Highlight syntax:
=highlighted sentence.=
-
Tag:
- Account tag syntax:
@mention
- Hash tag sytax:
#someTopic
- Account tag syntax:
-
Annotation:
- Annotation syntax:
~~ key: value
- Annotation syntax:
-
Citation
- Citation style configuration (with annotation):
~~ citation-style: apa
- Citation syntax:
^[title-year]
- Reference syntax:
^[title-year]: title: Some Book, author: Some Author, year: 2001
- Citation style configuration (with annotation):
-
Definition list: Definition syntax:
Stocks :: 10 pcs
Breaking changes:
- Check list:
- Cancelled state is removed
- Done syntax:
[x] done
- Footnote syntax:
From
^[1]
with=[1] description
to^(description)
Numbering is autogenerated and placed in the correct page (PDF and page based document) - Inline code
- Anonymous syntax:
`console.log('hello world')`
- Labeled syntax:
`js``console.log`
- Anonymous syntax:
- Monospaced style is removed
2024-03-01:
Breaking changes:
- Admonition label will be writen as is
2024-02-29:
Breaking changes:
- Removing heading ID
Heading > ID
2023-08-05:
New features:
- Date-time marker:
- Date:
<2018-06-12>
- Time:
<10:00>
or<10:00:12>
- Date-time:
<2018-06-12 10:00>
or<2018-06-12 10:00:12>
- Date:
Breaking changes:
- Line-break syntax: from
<
into<<
. - Page-break syntax: from
<<
into<<<
. - Admonition syntax:
- Tip: from
<+>
to<tip>
. - Note: from
</>
to<note>
. - Hint: from
<?>
to<hint>
. - Reference: from
<&>
to<reference>
. - Important: from
<!>
to<important>
. - Warning: from
<^>
to<warning>
.
- Tip: from