You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, how to programatically use your library to render the output by using bootstrap?
My current approach is
import html5css3
from html5css3 import Writer
from docutils.core import publish_string
result = publish_string(entrada.contenido, writer=Writer(), writer_name='html5',)
But, how to include the --bootstrap-css --jquery directives?
The text was updated successfully, but these errors were encountered:
selobu
changed the title
Include as part of docutil
programatically using html5css3
Sep 12, 2017
selobu
changed the title
programatically using html5css3
How to programatically by using html5css3 ?
Sep 12, 2017
selobu
changed the title
How to programatically by using html5css3 ?
How to programatically using html5css3 ?
Sep 12, 2017
selobu
changed the title
How to programatically using html5css3 ?
How to programatically use html5css3 ?
Sep 12, 2017
On Tue, Sep 12, 2017 at 12:11 PM, Sebastian Lopez Buritica < ***@***.***> wrote:
Hi, is it possible to include your app into the 'docutils/writer' folder?,
because in this way I can use the following
from docutils.core import publish_string
result = publish_string(somecontent, writer_name='html5css3')
# where html5css3 is your writer.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#97>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAELb9qhvT2JqXaTcJXafzEtwbJdUB-Nks5shmbxgaJpZM4PUexO>
.
Hi, how to programatically use your library to render the output by using bootstrap?
My current approach is
But, how to include the --bootstrap-css --jquery directives?
The text was updated successfully, but these errors were encountered: