Releases: whistyun/MdXaml
Releases · whistyun/MdXaml
allow to use image in link, fix for list,
1.7.0 change ver
bugfix for list. add linebreak at tablecell, emoji markup
Allow to delete empty line before list
h2. bugfix
- In previous version a list requires one empty line before.
h2. append
- enabled to add linebreak in a cell of table (eg "alpha\nbeta").
- add markdown emoji markup (eg
:smile:
). click it to see supported markup.
Update feature: enable to write markdown in a xaml
This change is enable to write Markdown in a xaml.
markdown which is written in a xaml automatically dedent.
<mdxam:MarkdownScrollViewer xml:space="preserve">
# sample title
* document1
* one
* two
* document2
</mdxam:MarkdownScrollViewer>
update feature and bugfix
new feature
- add note inline.
- add double-line-separator, bold-separator.
bugfix
- fix to table
- allow spaces between table | and ---.
- allow bulding a table without leading or trailing bars.
- table cell append when there is lack of cell.
update feature
- text decoration: striketrough, underline
- text alignment
- some list mark
bugfix
update feature
- Add support to load embedded image.
- Add enhanced table syntax: colspan, rowspan, and textalignment at cell.