Displaying 20 results from an estimated 300 matches similar to: "Using Markdown locally"
2008 Sep 17
2
bug in maruku with single-element nested unordered list?
This does not produce the expected output, yet does work on the dingus [1]:
* asdf
* asdf
>> require ''maruku''
=> true
>> doc = Maruku.new("* asdf\n * asdf\n")
=> md_el(:document,[
md_el(:ul,[md_el(:li_span,["asdf *
asdf"],{:want_my_paragraph=>false},[])],{},[])
],{},[])
>> doc.to_html
=> "<ul>\n<li>asdf *
2006 Jun 08
2
parsing question - lists and blockquotes
I'm using the PHP port of Markdown, but I noticed the same effect on
your dingus <http://daringfireball.net/projects/markdown/dingus>
The problem I'm seeing is when I have an bulleted list and the last item
of the list contains a block quote. The blockquote does not terminate
correctly, and adding another blockquote after the list ends up
extending the original blockquote.
2007 Jul 13
0
Markdown rendering question
Hello,
I'm trying to render the following page in markdown:
http://lua-users.org/wiki/RiciLake
This page was converted into markdown using Aaron Swartz's html2text
[1]. And then rendered to HTML using Niklas Frykholm's markdown.lua
[2].
Everything works quite nicely... except that under 'Lua
Enhancements'... the very first header is not rendered as a header, but
as
2017 Jun 16
4
Markdown editor for CentOS 7?
Hi,
I recently discovered Markdown, and I'm currently using it to write some
documentation for CentOS 7.
https://github.com/kikinovak/formation-linux
For the time being, I'm using my good old Vim editor for writing it. I
turned off syntax highlighting, since this produces random results with
Markdown.
Pages are correctly displayed on Github, but in order to see them, I
have to push
2012 Oct 18
4
Trouble with parentheses in Markdown hyperlinks
How can we improve URL detection in Markdown? I posted a question on Stack
Overflow and happened to click a URL in my post. To my surprise, it wasn't
functional, and it took three different, nonintuitive manipulations before
I achieved a functional URL. Stack Overflow says "not my problem", so I'm
deferring to Markdown itself.
Here's a
2006 Sep 18
1
PHP Dingus Fix
I just realised I hadn't updated the version of PHP Markdown and
Extra on the dingus as I pretended I did in my two announcements. It
is now fixed: PHP Markdown 1.0.2b7 and PHP Markdown Extra 1.1b1 can
now be tested on the dingus.
<http://www.michelf.com/projects/php-markdown/dingus/>
Sorry for any inconvenience.
Michel Fortin
michel.fortin@michelf.com
http://www.michelf.com/
2006 Jun 05
0
Markdown.pl development?
Hi. Is it just me or is there an elephant in here?
</tongue-in-cheek>
The official Markdown homepage
(http://daringfireball.net/projects/markdown) offers the 18-month-old
version 1.0.1 as a download, and the Dingus page purports to be run on
a version 1.0.2b6 - which seems to offer pretty much the same
functionality as the old 1.0.1 version.
My question is: Is there any active development
2010 Dec 15
3
my scala markdown implementation
Hi,
I have written my own implementation of markdown in Scala. I only later
realized there is already one
( <http://tristanhunt.com/projects/knockoff/> ), but I put quite some
work into mine and I think it is never bad to have alternatives, so I
wanted to release it anyway. I want to use the same BSD License as the
original markdown, but before I put it out into the wild I wanted to ask
2011 Dec 16
2
Disappointed
I have subscribed to this list for about a month now.
I am just a MarkDown user; new to it. Using it within *Ema Personal Wiki &
Epistle* for Android.
I am not trying to implement this cool little light language into an app I
am developing; maybe someday.
I signed up because I thought I might get some MarkDown use tips.
*I have learned nothing from this list.*
I have witnessed a lot of
2019 Feb 16
5
Compiz 0.9.14.0 released
Compiz 0.9.14.0 has been officially released today.
Major changes in this release include:
- Development has switched from Bazaar (back) to Git [1].
- CCSM has been ported to PyGObject, GTK 3 and Python 3.
- compizconfig-python has been ported from Pyrex to Cython.
- Restored the Color Filter plugin by porting it to the new plugin API.
- Added support for loading configuration from multiple
2013 Jan 02
4
Wysiwyg html editor for note taking
I am looking for a wsyiwyg html editor for note taking as I build up a
system to note what I am doing. I typically just use gedit, but this
system's notes are getting complex, and using code tabs, lists, and the
like would make it more enduring.
I am looking at lonote on my F17 notebook, but I would like to do the
note taking directly on the Centos system.
Just basic html. Image
2011 Jul 07
6
writing tools that use light-markup
let's talk about writing tools that use markdown
(or more broadly, another form of light-markup)...
to begin with, there is the markdown "dingus"...
from a demo perspective, it has been _fantastic_.
it has provided interested observers a quick idea
about the simplicity and the power of markdown.
as a writing tool, it's a bit clunky; it will work, yes,
but i'd doubt many
2012 Jan 13
1
Inline HTML link and mailto: link
Dear Folks,
I am just starting out with Markdown and am trying to get two elements
working:
(1) An inline HTML link; and
(2) An inline mailto: link
as shown in the text below:
We invite you to [browse] (http://academy.swanlotus.com/index.html) this
website. Take a look and see if you find anything useful. And do [drop
us a line] (mailto:feedback at swanlotus.com) with your comments for
2012 Apr 10
2
where are the worthwhile markdown dingi?
where are the worthwhile markdown dingi? (dinguses?)
i'm interested in any dingus that can take a "reasonable"
amount of text -- let's say anything up to a megabyte --
and return the results in real-time, without a long wait...
ideally it'd handle something more than gruber-minimum,
and an a.p.i. (that'd take a u.r.i. as input) would be dandy...
bonus points for
2012 Apr 20
2
a blade of grass cracks the sidewalk
spring has sprung, so on this day of grass,
i guess i just can't hold this back any more.
> http://zenmagiclove.com/aarp2.py
voila. a dingus for zen markup language.
lighter than markdown.
_and_ more powerful...
i know. wha? go figure.
not that it's a competition.
supporters will love finally seeing a look.
detractors will love the bugs i left in there,
just for them, as
2008 Feb 03
2
Entity conversion glitch?
Hello,
Given the following text:
under a license from AT&T; however, others were based on BSD instead.
Daring Fireball's Markdown Dingus produces:
<p>under a license from AT&T; however, others were based on BSD
instead.</p>
Note how the '&' is not escaped to '&'.
Bug? Feature?
Thanks in advance.
Kind regards,
PA.
2008 Feb 20
2
spelling with <g>?
Hello,
What should the following input produce?
Dutch has shifted Germanic g to the velar fricatives [?] and [x], but
retained the spelling with <g> and thus at least a visual similarity
to German; English and Frisian have shifted g to [j] before palatal
vowels
The Dingus says:
<p>Dutch has shifted Germanic g to the velar fricatives [?] and [x],
but retained the spelling
2006 Sep 16
1
PHP Markdown Extra 1.1b1
Along with the new release of PHP Markdown 1.0.2b7 comes this new
version of PHP Markdown Extra. It contains every improvements of PHP
Markdown 1.0.2b7 plus some new fixes and two new features. You can
download it here:
<http://www.michelf.com/docs/projets/php-markdown-extra-1.1b1.zip>
and you can test it on the PHP Markdown Dingus (select PHP Markdown
Extra):
2008 Mar 14
1
Markdown doesn't always generate XHTML
Hello everybody,
I've just noticed that markdown doesn't always generate XHTML. In
particular the input
<script src="http://evilserver.net/evil.js">
generates the output:
<p><script src="http://evilserver.net/evil.js"></p>
(This is the markdown dingus at daring fireball, and the markdownj
implementation exhibits the same problem. I
2012 Jul 27
1
[question] special characters
***********Fri, 27 Jul 2012*********************************
Hello List ,
????????????
I'm new to this list and have a question to format special characters.
On the website <http://daringfireball.net> I don't find anything.
Is it possible to format characters like m? or ??
I hope someone can help.
TIA
Tim
--