Displaying 20 results from an estimated 6000 matches similar to: "Spaced text (from Digest)"
2007 Jan 28
1
needs must make MD ignore my PHP
I need to exclude arbitrary chunks of my documents from Markdown
parsing, because my documents are littered with <?php blah blah ?>,
and a few other oddities. These blocks get gifted with unwanted
markup by Markdown:
<?php blah blah ?> becomes <p><?php blah blah ?></p>
If I can't make it stop that, it's a dealbreaker for me in an
otherwise
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
2006 Jul 04
1
Exporting tables to RTF?
Greetings.
Yesterday I managed to jury-rig a system to get a table out of R and
import it into Nisus Writer Express (a word processor for Mac OS X).
What I came up with is brittle, since it depends on an AppleScript
script which has to be in a specific location and on no one touching
the computer, since the AppleScript remotely controls Nisus Writer
Express rather blindly and will make
2005 Jun 07
3
BBEdit Ruby & Rails Syntax Module available
I''ve made a Ruby & Rails syntax coloring module for BBEdit. This is a
"Codeless Language Module", so it will only work with BBEdit 8+. It''s
basically a giant list of Ruby and Rails keywords, method names, and
so on. It''s both Ruby and Rails because BBedit only lets you
associate a file type with one language module.
The file is available here:
2009 Feb 26
3
elastic tabstops, proportional fonts, and more
nick said:
> http://nickgravgaard.com/elastictabstops/
exactly. thanks for writing it up, nick.
the only thing i'd add is the notion that
tables should be copyfit to the viewport.
if the viewport gives you plenty of room,
give the columns some breathing space.
if not, tighten them as much as needed.
***
> http://readown.googlecode.com/
cool. now how about an
2016 Feb 16
2
dhcpd frequent renewals
Folks
This might be the wrong place to ask, but I don't know where to turn.
My internal home network, including wireless, is controlled by a
Centos6 server, which provides dhcpd services, along with NAT. I
have DHCPD configured with the addresses 192.168.155.200 through
192.168.155.254 as the range for dynamic allocations. The
default-lease time is 1800 seconds, the maximum is 3600
2009 Feb 26
2
Desktop app for viewing Markdown files
Is there a file/document browser that render and display Markdown
files? (for the Mac)
jem
2015 Jul 29
1
Fedora change that will probably affect RHEL
On Tue, July 28, 2015 19:46, Warren Young wrote:
>
> iPads can???t be coopted into a botnet. The rules for iPad passwords
> must necessarily be different than for CentOS.
>
http://www.tomsguide.com/us/ios-botnet-hacking,news-19253.html
--
*** e-Mail is NOT a SECURE channel ***
Do NOT transmit sensitive data via e-Mail
James B. Byrne
2012 Feb 01
5
Mac markdown editor that saves as .txt
Hi all,
I'm a newer user of markdown & MultiMarkdown, and I'm looking for the
perfect setup of software for my Mac and my Android phone. I'd like to
have my drafts editable from both.
What I want is an attractive Mac app for writing (primarily blog posts and
emails) that saves its files as .txt . Most of them save as .md or
.markdown instead, and since there doesn't seem to
2016 Feb 18
1
dhcpd frequent renewals
Rob
DNS service for my clients is provided by my gateway server, the same
machine as the DHCPD server. I think that's what the "option
domain-name-servers" line does. This allows me to provide 192.168
addresses to them when they try to access anything inside the house
with a name. If it's not a locally defined name, BIND forwards the
request to the internet.
I'm not
2015 Jul 28
3
Fedora change that will probably affect RHEL
On Jul 28, 2015, at 2:46 PM, Chris Murphy <lists at colorremedies.com> wrote:
>
> My dad will absolutely stop using his iPad if it ever
> requires him to use anything more than 4 numeric digits for his
> password. The iPad never leaves the house.
iPads can?t be coopted into a botnet. The rules for iPad passwords must necessarily be different than for CentOS.
> the Mac has
2005 Jun 02
0
[OT] Anyone for writing a Ruby language module for BBEdit?
I know many people on the list like TextMate for Ruby/Rails editing, so
please don''t flame me for this request. I''m a long-time BBEdit user, I
gots my keyboard shortcuts in my hands and brain, and I really don''t
want to switch.
Anyone on the list capable of writing a BBedit Language Module for Ruby?
Would you do it for money?
BBEdit does not support Ruby as a
2012 Jan 13
1
Markdown-Discuss Digest, Vol 106, Issue 4
> The only problem as I see it is that three dashes produce a long dash
> and a hyphen rather than an em-dash, although two dashes seem to work
> well. But investigating that will have to wait for the morrow!
I'm afraid you are confusing two different replies. SmartyPants looks for two hyphens (or tee dashes) and turns them into an em dash. The three dashes is for another
2005 Dec 29
4
Any switchers from mod_perl
Good afternoon,
I have been developing in mod_perl for many years, and my livelihood is based on
being productive with it. I''ve spent the past week reading and testing RoR and
it does look good. But before I take the plunge for my next project, I was
hoping to hear from other mod_perl switchers.
One of the main reasons I like mod_perl is code flexibility. I like being able
to insert
2015 Jul 30
1
Fedora change that will probably affect RHEL
On Thu, Jul 30, 2015 at 1:20 PM, Warren Young <wyml at etr-usa.com> wrote:
> On Jul 29, 2015, at 5:40 PM, Chris Murphy <lists at colorremedies.com> wrote:
> >
> > On Wed, Jul 29, 2015 at 4:37 PM, Warren Young <wyml at etr-usa.com> wrote:
> >
> >> Security is *always* opposed to convenience.
> >
> > False. OS X by default runs only
2020 May 19
4
DHCP Updates to DNS - Multiple Entries with Same IP
Thank you to Rowland, L.P.H. van Belle, the entire samba team, and others that help. I've been running samba in our fire department for over a year.
I'm running a self compiled samba version 4.11.9, bind version 9.11.3, BIND9_DLZ, isc-dhcp-server version 4.3.5 with fail over (between the 2 DC's) on Ubuntu 18.04 on Odroid N2 aarch64. I have 2 identical DC's on the network FDDC10
2004 Dec 02
0
R language file for BBEdit
For those of you who are using the latest version of the BBEdit text
editor, I have put together a language definition file for R so that
you can get nice syntax coloring. It is available at
http://smalltime.com/gene/R.plist
Copy the file into "~/Library/Application Support/BBEdit/Language
Modules/" and restart BBEdit. Make sure to switch the mapping of ".r"
files from
2006 Apr 17
40
Convince me to buy TextMate!
I got a Powerbook recently and am debating buying TextMate. I installed
the trial and have checked it out, but don''t see what''s so great about
it. AFAICS it''s the Ruby and Rails macros for expansion and other stuff
that might be it. Other than that, TextMate seems like a pretty basic
editor. I currently use PSPad and Editplus, and I could probably
get/make macros
2007 Nov 03
3
ANN: python-markdown2 -- another Python implementation of Markdown
Hello all,
I'm announcing python-markdown2 -- another Python implementation of
Markdown. (MIT license.)
http://code.google.com/p/python-markdown2/
It should be a drop-in replacement for
[markdown.py](http://www.freewisdom.org/projects/python-markdown/). It
fixes some issues that I ran into with markdown.py [^1]. I believe
that it is faster than markdown.py [^2] and on par or a little
2012 May 09
1
ultimate markdown editor wishlistbowerbirdd
i should probably just let this listserve die, but...
***
anyway, it's that brett terpstra fellow again...
> http://brettterpstra.com/my-ultimate-markdown-editor-wishlist/
-bowerbird
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://six.pairlist.net/pipermail/markdown-discuss/attachments/20120508/8915e1cf/attachment.htm>