Implements Markdown editor
as a WebView using Quill.js
This commit is contained in:
parent
aa94455626
commit
4d7de134ce
26 changed files with 52369 additions and 8 deletions
12
BookAStar/BookAStar.Droid/Html.cs
Normal file
12
BookAStar/BookAStar.Droid/Html.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
|
||||
|
||||
using System;
|
||||
|
||||
public static class Html
|
||||
{
|
||||
public static Action<System.IO.TextWriter> Write(object o)
|
||||
{
|
||||
return new Action<System.IO.TextWriter>(w => w.Write(o));
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue