Git Product home page Git Product logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 19, 2024
seems OK to me

--------------------------------------------
- this is
- a **list**
- of _stuff_
--------------------------------------------

see output in BabelMark:

http://is.gd/6ucoz

Original comment by [email protected] on 18 Jan 2010 at 3:38

from markdown.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 19, 2024
[deleted comment]

from markdown.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 19, 2024
Here's the markdown:

=============
Whe**re** does "th", "st","nd" or "rd" appear below?

- mo**nd**ay
- tuesday
- wednesday
- **th**ursday
- friday
- satu**rd**ay
- su**nd**ay

- january
- february
- march
- april
- may
- june
- july
- augu**st**
- september
- october
- november
- december

However you know those 4 will always be followed by a space. So unless I've 
missed 
something, a simple

    value = value.Replace("August","Augus").Replace("nd ","").Replace("st 
","").Replace("nd ","").Replace("rd ","").Replace("Augus","August");
    DateTime dt;
    DateTime.TryParseExact(value,"DDDD dd MMMM yyyy", 
DateTimeFormatInfo.InvariantInfo, DateTimeStyles.None, out dt);

==================

In babelmark it produces:

<ul>
<li>mo<strong>nd</strong>ay</li>
<li>tuesday</li>
<li>wednesday</li>
<li><strong>th</strong>ursday</li>
<li>friday</li>
<li>satu<strong>rd</strong>ay</li>
<li><p>su<strong>nd</strong>ay</p></li>
<li><p>january</p></li>
<li>february</li>
<li>march</li>
<li>april</li>
<li>may</li>
<li>june</li>
<li>july</li>
<li>augu<strong>st</strong></li>
<li>september</li>
<li>october</li>
<li>november</li>
<li>december</li>
</ul>

It's from stackoverflow:

http://stackoverflow.com/questions/2058639/parsing-a-date-like-wednesday-13th-
january-2010-with-net/2058960#2058960

Original comment by [email protected] on 18 Jan 2010 at 10:25

from markdown.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 19, 2024
This must be the StrictBoldItalic property set to true on stackoverflow.com, so 
this 
can be closed :o]

Original comment by [email protected] on 18 Jan 2010 at 10:27

from markdown.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 19, 2024
yes, you are correct, this is StrictBoldItalic in effect.

If you need intra-word bold or italic with StrictBoldItalic in effect, use  or 
<i>

Original comment by [email protected] on 18 Jan 2010 at 3:48

  • Changed state: Invalid

from markdown.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.