[ft-devel] Converting the html documentation by using tomd, Tomd is a python tool.

2018-02-28 Thread Bhaskar Bhushan
Tomd has the ability of converting a HTML that converted from markdown.

for example:-

Input

import tomd

tomd.Tomd('h1').markdown# or
tomd.convert('h1')

output:-

# h1

Usage:-

from tomd import Tomd


html="""h1h2h3h4h5h6paragraphhttps://github.com;>linkhttps://github.com;
class="dsad">img123123blockquoteinline
codeblock
codedelbolditalicbold
italicth1th2tdtdtdtd"""


Tomd(html).markdown

Result

# h1
## h2
### h3
 h4
# h5
## h6

paragraph
[link](https://github.com)
![img](https://github.com)

- 1- 2- 3
1. 11. 21. 3
> blockquote`inline code`


block code


~~del~~**bold***italicbold italic***

---


|th1|th2
|--
|td|td
|td|td

Tomd helps us to convert the basic html commands to basic markdown
documentations.
  Thank you
___
Freetype-devel mailing list
Freetype-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel


[ft-devel] Conversion of html documentation into markdown

2018-02-26 Thread Bhaskar Bhushan
Hello sir,

> The project of conversion of your freetype documentations written in HTML
can be converted into markdown files.
 > Using Beautiful Soup which is a html parser,right now i working on a
project which is on python scripting.
 > Pandoc is an already made converter made in Haskell.
 > So,if we use beautiful Soup which is quite friendly to use and popular.
 > I will be obliged if give certain valuable suggestions on how to go
forward in these project.
 > I am quite interested in these project, so i will be waiting for your
reply.


  Thank You.
___
Freetype-devel mailing list
Freetype-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel


Re: [ft-devel] Convert markdown files to html documents.

2018-02-15 Thread Bhaskar Bhushan
Thank you sir, I will do that. I will be proposing the ideas within 1 week.

On 15-Feb-2018 2:56 PM, "Werner LEMBERG"  wrote:

>
> Hello Bhaskar,
>
>
> > [...] I want to contribute in your project of conversion of markdown
> > files to html documents as I have done some work on python for
> > making a website where the use of python and markdown is used.  My
> > GitHub account link is :-(https://github.com/chiku07) Please look
> > upon the matter sir.
>
> thanks for your interest.  What we need is a proposal that gives
> details and ideas what you want to do and how.  And please look up the
> mailing list archive also for more information on such a conversion,
> in particular what we want to achieve.
>
>
> Werner
>
___
Freetype-devel mailing list
Freetype-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel


[ft-devel] Convert markdown files to html documents.

2018-02-15 Thread Bhaskar Bhushan
Dear sir,
  Hello sir, my name is Bhaskar Bhushan an engineering student
of electronic branch and I want to contribute in your project of conversion
of markdown files to html documents as I have done some work on python for
making a website where the use of python and markdown is used. My GitHub
account link is :-(https://github.com/chiku07)
Please look upon the matter sir.
___
Freetype-devel mailing list
Freetype-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/freetype-devel